What is data structure in c programming?
Difference between malloc() and calloc() function?
What are void pointers in c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
The difference between printf and fprintf is ?
What is memcpy() function?
Why array starts with index 0
What does nil mean in c?
wat s the meaning of (int *)p +4;
how i m write c program 1.check prime number 2.prime number series
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?