Write a program on swapping (100, 50)
No Answer is Posted For this Question
Be the First to Post Answer
What is #line?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
What is void main () in c?
What does malloc () calloc () realloc () free () do?
Describe the modifier in c?
a program that can input number of records and can view it again the record
Tell me when is a void pointer used?
how should functions be apportioned among source files?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Is c weakly typed?
What does d mean?
write a program to copy a string without using a string?