Why does the call char scanf work?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ?: Operator?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What is putchar() function?
What are the applications of c language?
What is a void * in c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is the difference between new and malloc functions?
Explain continue keyword in c
Can a variable be both constant and volatile?
What should malloc() do?
What is quick sort in c?