1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / richa gupta
c) ?!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are all different types of pointers in c?
What is the difference between array_name and &array_name?
what is the function of pragma directive in c?
What is hash table in c?
How can I make sure that my program is the only one accessing a file?
Which type of language is c?
Explain the difference between call by value and call by reference in c language?
What is a program flowchart and explain how does it help in writing a program?
What are the primitive data types in c?
How can I find the modification date and time of a file?
What is return type in c?
What are the different data types in C?
Can you please explain the difference between exit() and _exit() function?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What are types of functions?