How arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is a segmentation fault?
Explain Linker and Loader
write a program without using main function?
Tell me about low level programming languages.
code for selection sort?
Explain what is dynamic data structure?
Why structure is used in c?
main() { printf("hello"); fork(); }
What is the difference between break and continue?
what is the benefit of c30