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
Why is c so powerful?
Write a Program to find whether the given number or string is palindrome.
What are the 4 types of programming language?
What is the difference between text and binary i/o?
Explain what is dynamic data structure?
How is = symbol different from == symbol in c programming?
How can I find out if there are characters available for reading?
What is a keyword?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is keyword in c?
What is malloc and calloc?
What are enumerated types?
What is binary tree in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain the difference between ++u and u++?