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
What is the difference between exit() and _exit() function in c?
What is the usage of the pointer in c?
Can we use visual studio for c?
What is the use of define in c?
What are the various types of control structures in programming?
What is the value of uninitialized variable in c?
Explain how to reverse singly link list.
Do you know the difference between exit() and _exit() function in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is a example of a variable?
What is a built-in function in C?
Explain void pointer?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?