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
Is it better to use a macro or a function?
Why clrscr is used after variable declaration?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why n++ execute faster than n+1 ?
What is c standard library?
What is 2c dna?
Why header files are used?
Is malloc memset faster than calloc?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
cavium networks written test pattern ..
What is the difference between char array and char pointer?
What is the process to create increment and decrement stamen in c?
Is main is a keyword in c?
Difference between strcpy() and memcpy() function?
What are static variables in c?