Famous puzzles which are generally asked by companies during
interviews ?
Answer Posted / guest
sarojini
| Is This Answer Correct ? | 0 Yes | 21 No |
Post New Answer View All Answers
What does typeof return in c?
What is meant by operator precedence?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is use of bit field?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is getch?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Write a program to implement queue.
What is static function in c?
What is clrscr in c?
Explain what is a program flowchart and explain how does it help in writing a program?
How can this be legal c?
What is pass by value in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)