What is break in c?


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

Post New Answer

More C Interview Questions

How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What is the difference between struct and union in C?

1 Answers  


What is a union?

0 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


What are the key features of C?

6 Answers  


What is c mainly used for?

0 Answers  


What is the difference between class and object in c?

0 Answers  


What is the difference between ++a and a++?

0 Answers  


Which header file is essential for using strcmp function?

0 Answers  


Categories