What is assert and when would I use it?


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

Post New Answer

More C Interview Questions

How can this be legal c?

0 Answers  


Is boolean a datatype in c?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


What does 4d mean in c?

0 Answers  






any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

0 Answers  


Where is volatile variable stored?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,


What are c header files?

0 Answers  


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


what is array?

8 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


Categories