1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / kamaljit singh
c
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is meant by initialization and how we initialize a variable?
What is || operator and how does it function in a program?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is the purpose of sprintf() function?
Explain what is the difference between the expression '++a' and 'a++'?
#include
Write a program to print fibonacci series using recursion?
how to execute a program using if else condition and the output should enter number and the number is odd only...
How can I make sure that my program is the only one accessing a file?
What is substring in c?
Why c is a procedural language?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain what is the benefit of using enum to declare a constant?
What are formal parameters?
Should a function contain a return statement if it does not return a value?