What is equivalent to ++i+++j?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

to find the program of matrix multiplication using arrays

6 Answers   Bhel,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


Find if a number is power of two or not?

1 Answers  


difference between object file and executable file

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  






How to receive strings with spaces in scanf()

7 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Can a pointer be volatile in c?

0 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


How many parameters should a function have?

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


What is line in c preprocessor?

0 Answers  


Categories