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 default value of global variable in c?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


When would you use a pointer to a function?

0 Answers  






Method Overloading exist in c ?

3 Answers   Wipro,


What is wild pointer in c?

0 Answers  


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


what is a c-language.what is do.

4 Answers   HCL,


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Categories