What is pointer and structure in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
what is default constructor?
Why does not c have an exponentiation operator?
What is the size of enum in c?
What is the argument of a function in c?
How the C program can be compiled?
what does ‘segmentation violation’ mean?
Explain what happens if you free a pointer twice?
What are the preprocessor categories?
How do I create a directory? How do I remove a directory (and its contents)?
What is C++
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 ?