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

Is a house a mass structure?

0 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


How can I manipulate strings of multibyte characters?

0 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


Explain what is gets() function?

0 Answers  






can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


What does the function toupper() do?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


What is a method in c?

0 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


Categories