What are the commands should be given before weiting C
Program i.e, Cd.. like
Post New Answer View All Answers
What is identifiers in c with examples?
What is a dynamic array in c?
Is it possible to execute code even after the program exits the main() function?
What is the purpose of & in scanf?
Can a file other than a .h file be included with #include?
What is the equivalent code of the following statement in WHILE LOOP format?
Why we use conio h in c?
What are the types of type specifiers?
Write a program to show the change in position of a cursor using c
How do c compilers work?
What is difference between arrays and pointers?
Can 'this' pointer by used in the constructor?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
write a program to create a sparse matrix using dynamic memory allocation.
Can a function argument have default value?