what are the interview question's in the language c
Answer Posted / mallik
a[0] represents only that value at 0 location,but *a
represents the address of that variable stored
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between function overloading and operator overloading?
Explain goto?
Suggesting that there can be 62 seconds in a minute?
How many types of sorting are there in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are dangling pointers? How are dangling pointers different from memory leaks?
Differentiate between the expression “++a” and “a++”?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Explain c preprocessor?
Why can’t constant values be used to define an array’s initial size?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Are global variables static in c?
Is c is a high level language?
When do we get logical errors?
Do you know the difference between exit() and _exit() function in c?