What is the main difference between calloc () and malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
What are inbuilt functions in c?
What is Full Form of C and Why We use C
What is a pointer and how it is initialized?
How do c compilers work?
How do you write a program which produces its own source code as its output?
write a program to remove duplicate from an ordered char array? in c
How we can write a value to an address using macro..?
What are the application of void data type in c?
what is the difference between global variable & static variable declared out side all the function in the file.
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
Which function in C can be used to append a string to another string?
What is a program flowchart?