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

In which header file is the null macro defined?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Explain what is the difference between text files and binary files?

0 Answers  


What is #line in c?

0 Answers  


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  






main() { printf("hello"); fork(); }

0 Answers   Wilco,


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

0 Answers   Aegis, CDAC, Infosys,


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


Do variables need to be initialized?

0 Answers  


Categories