the data type used for unlimited value in c
and how to do this program
Answer Posted / soumya
Data type : float
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are the variables argc and argv are local to main?
Is null a keyword in c?
Why c is called top down?
Is stack a keyword in c?
How many identifiers are there in c?
What are the application of c?
Why is sizeof () an operator and not a function?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain the bubble sort algorithm.
Explain what is wrong with this statement? Myname = ?robin?;
What is the most efficient way to count the number of bits which are set in an integer?
Define macros.
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is structure and union in c?
How can I discover how many arguments a function was actually called with?