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
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What is s or c?
What is a class c rental property?
What is the most efficient way to count the number of bits which are set in an integer?
What are the advantages of the functions?
Will Macros support multiple arguments ?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
what is difference between C and C++
What is the purpose of realloc()?
c program to compute AREA under integral
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?