163 views
0 votes
0 votes

 

  1. integer overflow problem
  2. heap overflow problem
  3. none

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
radha gogia asked Aug 10, 2015
402 views
CASE A: CASE A: &#8234;#&lrm;include&#8236;<stdio.h int divide( int a, b) { return 7; } int main() { int a=divide(8,3); printf("%d",a); return 0; }CASE B :CASE B : #inclu...
0 votes
0 votes
1 answer
2
0 votes
0 votes
2 answers
3
1 votes
1 votes
1 answer
4
. asked Apr 2, 2017
1,609 views
What will be the output of the following C program? If you think it will give a runtime error, you need to mention it. In either case,your answer must include proper just...