Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can a string be converted to a number?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is the purpose of main() function?
What is linear search?
what is the height of tree if leaf node is at level 3. please explain
Differentiate between the expression “++a” and “a++”?
How to declare pointer variables?
What is the function of this pointer?
What is a c token and types of c tokens?
What is local and global variable in c?
Define macros.
What is binary tree in c?
If fflush wont work, what can I use to flush input?
What is pass by value in c?
What is the size of array float a(10)?