Magic square
No Answer is Posted For this Question
Be the First to Post Answer
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
Explain the meaning of keyword 'extern' in a function declaration.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is sorting in c plus plus?
What is struct node in c?
how to find turn around time in operating system?
Do variables need to be initialized?
Tell us the use of fflush() function in c language?
what is the use of call back function in c?tell me with example