What is main void in c?
What is function what are the types of function?
i need all types of question paper releted to "c" and other language.
code for reverse alternate words from astring
Write the control statements in C language
What are the properties of union in c?
Why should I prototype a function?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Why are algorithms important in c program?
which operator is known as dummy operator in c?
What is data structure in c language?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????