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

#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


What is information technology.

1 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,






get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


Why should I prototype a function?

0 Answers  


What are keywords c?

0 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


What is operator promotion?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


Write program to remove duplicate in an array?

0 Answers  


Categories