Which operators cannot be overloaded
a) Sizeof
b) .*
c) ::
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
What is int main () in c?
Differentiate between functions getch() and getche().
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Not all reserved words are written in lowercase. TRUE or FALSE?
Is javascript based on c?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
provide an example of the Group by clause, when would you use this clause
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
What is sizeof array?