Answer Posted / dilip
Array is a collection of number of element and collection
of data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are global variables and how do you declare them?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is signed and unsigned?
What is #ifdef ? What is its application?
Explain which function in c can be used to append a string to another string?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
When should you not use a type cast?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the difference between class and object in c?
What is malloc() function?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is meant by operator precedence?
What is the use of getch ()?
Explain what is the most efficient way to store flag values?