What are the general description for loop statement and available loop types in c?


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

Post New Answer

More C Interview Questions

What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


main difference between c and c++ language

1 Answers  


What does static variable mean in c?

0 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  






What is a substring in c?

0 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


What is the total generic pointer type?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


What is the process of writing the null pointer?

0 Answers  


Categories