What is the output of printf("%d", printf("Hello"));?
Explain a file operation in C with an example.
what is array?
Write down the program to sort the array.
char ch="{'H','I',0};printf("%s",ch);what is output
write a program to create a sparse matrix using dynamic memory allocation.
What are formal parameters?
find the size of structure without using the size of function
Why ca not I do something like this?
write a program for odd numbers?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
how can we print hellow world programme without using semicolon
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)