What are the valid places to have keyword “break”?


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

Post New Answer

More C Interview Questions

What are loops c?

0 Answers  


where does malloc() function get the memory?

1 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


What are the types of unary operators?

0 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  






plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Explain what does a function declared as pascal do differently?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


Why do we use int main instead of void main in c?

0 Answers  


What are pragmas and what are they good for?

0 Answers  


Is there sort function in c?

0 Answers  


Categories