1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / ruchi
c
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain goto?
Where local variables are stored in c?
What is string in c language?
Can we compile a program without main() function?
What is the main difference between calloc () and malloc ()?
What is array of structure in c?
What is nested structure?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Differentiate Source Codes from Object Codes
How can a number be converted to a string?
What is the 'named constructor idiom'?
How can you tell whether a program was compiled using c versus c++?
Explain what is wrong in this statement?
What is a void * in c?