Is it possible to pass an entire structure to functions?
No Answer is Posted For this Question
Be the First to Post Answer
Do you have any idea about the use of "auto" keyword?
how to write a prog in c to convert decimal number into binary by using recursen function,
List the difference between a While & Do While loops?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
main() { printf("hello"); fork(); }
what is different between auto and local static? why should we use local static?
write a own function to compare two strings with out using stringcomparition function?
What is a string?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
which type of question asked from c / c++ in interview.
Explain about block scope in c?