what is difference between array,strutter,union and pointers
Answer Posted / dfg
gff
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
What is multidimensional arrays
What does 3 mean in texting?
What does volatile do?
What is the difference between break and continue?
How can I recover the file name given an open stream or file descriptor?
Should I learn data structures in c or python?
Differentiate between a structure and a union.
Is it valid to address one element beyond the end of an array?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain modulus operator. What are the restrictions of a modulus operator?
Is it acceptable to declare/define a variable in a c header?
Write a program to use switch statement.
Explain how can I convert a number to a string?
How can a program be made to print the line number where an error occurs?
What is the best way to store flag values in a program?