post new interiew question and aptitude test papers
Answer Posted / asder
and answer ofthat
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can I open files mentioned on the command line, and parse option flags?
What is the heap in c?
What is meant by int main ()?
What is a structure and why it is used?
What is calloc() function?
Explain what is the benefit of using an enum rather than a #define constant?
What are the uses of a pointer?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How can I send mail from within a c program?
What are the basic data types associated with c?
Do array subscripts always start with zero?
What is the size of a union variable?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does %c mean in c?