What is break statement?


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

Post New Answer

More C Interview Questions

Describe the order of precedence with regards to operators in C.

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


Explain how can you be sure that a program follows the ansi c standard?

0 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


write function to reverse char array ... without using second array

3 Answers  






how to generate the length of a string without using len funtion?

4 Answers  


What is %d called in c?

0 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


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

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


can v write main() { main(); } Is it true?

6 Answers  


What is assignment operator?

0 Answers  


Categories