which type of question asked from c / c++ in interview.
Answer Posted / abhradeep chatterjee
Any Type.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Under what circumstances does a name clash occur?
What is f'n in math?
What is difference between structure and union in c programming?
What is clrscr in c?
What are multidimensional arrays?
Why is %d used in c?
Can we declare variable anywhere in c?
What is the correct code to have following output in c using nested for loop?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Is the exit() function same as the return statement? Explain.
Can we replace the struct function in tree syntax with a union?
Write a program to swap two numbers without using third variable?
What does node * mean?
What does it mean when the linker says that _end is undefined?