What is huge pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is page thrashing?
how to return 1000 variables from functio9n in c?plz give me code also
What is string concatenation in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can I recover the file name given an open stream or file descriptor?
4. main() { int c=- -2; printf("c=%d",c); }
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
What is a keyword?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
how to find a 5th bit is set in c program
Is a house a shell structure?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?