What is function definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Which is the best website to learn c programming?
what is the basis for selection of arrays or pointers as data structure in a program
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What is the value of c?
what is diference between return 0 and return NULL??
suppose there are five integers write a program to find larger among them without using if- else
What do you mean by dynamic memory allocation in c?
How can I change their mode to binary?
write a C code To reverse a linked list
What is the difference b/w Structure & Array?