How to create struct variables?
No Answer is Posted For this Question
Be the First to Post Answer
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Explain enumerated types.
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Differentiate between static and dynamic modeling.
Why enum is used in c?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is your stream meaning?
what is the output of printf("%d",(scanf("%d",10));
What is the difference between a structure and a union?
what is difference b/w extern & volatile variable??