Differentiate between a for loop and a while loop? What are it uses?


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

Post New Answer

More C Interview Questions

How does sizeof know array size?

0 Answers  


Explain a pre-processor and its advantages.

0 Answers  


What are global variables and explain how do you declare them?

0 Answers  


Differentiate fundamental data types and derived data types in C.

0 Answers   HCL,


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  






what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


What is the difference between far and near ?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


What is volatile c?

0 Answers  


How can you return multiple values from a function?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Categories