Explain what is a const pointer?
How do you do dynamic memory allocation in C applications?
who is the father of C Language?
20 Answers CTS, UST,
What is Function Pointer? Explain with example?
what is Array?
What are the properties of union in c?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
What is c definition?
Is struct oop?
i want to job in your company, so how it will be possible.
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
how memory store byte