Is flag a keyword in c?


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

Post New Answer

More C Interview Questions

What is dynamic variable in c?

0 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


Is there a way to jump out of a function or functions?

0 Answers  


What is signed and unsigned?

0 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  






extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


all c language question

0 Answers   Wipro,


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Explain goto?

0 Answers  


Explain the concept and use of type void.

0 Answers  


Categories