What are the scope of static variables?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Where are the auto variables stored?
array of pointer pointer to array pointer to pointer
what type of language is C?
What is the main differences between C and Embedded C?
Define Array of pointers.
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What type of function is main ()?
What is meant by gets in c?
How is a macro different from a function?
What is difference between structure and union?