Write the control statements in C language


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

Post New Answer

More C Interview Questions

what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


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

3 Answers   ME,






how to find that no is int or float?

5 Answers  


What are the different types of errors?

0 Answers  


What is a pragma?

0 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


What does %p mean c?

0 Answers  


Categories