What is c programming structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are static variables in c?
What is c++ used for today?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Can a file other than a .h file be included with #include?
What are the languages are portable and platform independent?Why they are like that?
can we execute the program with the object file
HOW DO YOU HANDLE EXCEPTIONS IN C?
write a string copy function routine?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
what is data structure?
How can a process change an environment variable in its caller?