What are the valid places to have keyword “break”?


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

Post New Answer

More C Interview Questions

Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


What is the purpose of void in c?

0 Answers  


What does the && operator do in a program code?

0 Answers  


How do c compilers work?

0 Answers  






How are pointers declared in c?

0 Answers  


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


What is a good way to implement complex numbers in c?

0 Answers  


What are c identifiers?

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


Categories