What are Storage Classes in C ?
Answer Posted / mustaffa hasan
what are file reading and coping
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
write a program to print data of 5 five students with structures?
What are inbuilt functions in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the use of a static variable in c?
How pointers are declared?
What is a pointer in c plus plus?
What is declaration and definition in c?
Tell us bitwise shift operators?
Which type of language is c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
How do we open a binary file in Read/Write mode in C?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??