Explain continue keyword in c


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

Post New Answer

More C Interview Questions

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

1 Answers   Mind Tree,


What is the difference between far and near in c?

0 Answers  


What is the newline escape sequence?

0 Answers  


Explain about C function prototype?

0 Answers  


Why ordinary variable store only one value  

0 Answers  






program to find middle element of linklist?

1 Answers   Huawei,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Categories