1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / manu
a
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is the meaning of typedef struct in c?
using for loop sum 2 number of any 4 digit number in c language
Explain enumerated types.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is console in c language?
what is the structure pointer?
What are the types of c language?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
In C language what is a 'dangling pointer'?
What are derived data types in c?
Do you know pointer in c?
What is adt in c programming?
What are dangling pointers in c?