What are loops c?


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

Post New Answer

More C Interview Questions

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


yogesh patil in dell

3 Answers   DELL,


What is enumerated data type in c?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,






A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


What is volatile keyword in c?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


how to devloped c lenguege?

4 Answers  


what is printf

5 Answers   MVSR, Satyam,


What is %d used for?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


Categories