1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / rohit
ans is C
| Is This Answer Correct ? | 82 Yes | 4 No |
Post New Answer View All Answers
How can I list all of the predefined identifiers?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain what is the difference between text files and binary files?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What does do in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is difference between structure and union?
Why dont c comments nest?
What is the 'named constructor idiom'?
What is context in c?
Are the outer parentheses in return statements really optional?
What are types of structure?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what are compound statements?