which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / guest
b and d
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
I came across some code that puts a (void) cast before each call to printf. Why?
what is the role you expect in software industry?
What are the 4 data types?
What is difference between structure and union in c?
What are the three constants used in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why c is called free form language?
write a program to find the given number is prime or not
What the advantages of using Unions?
Why does everyone say not to use gets?
What is data structure in c programming?
how many errors in c explain deply
What is c programming structure?
What are the different types of pointers used in c language?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.