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
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
what is the difference between 123 and 0123 in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain c preprocessor?
What is uint8 in c?
What is mean by data types in c?
Why is c called c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Why is c so important?
What are different storage class specifiers in c?
Which is better malloc or calloc?
What is a sequential access file?
What is a nested loop?
What is volatile variable how do you declare it?
What is dangling pointer in c?