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
What is indirection?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is a far pointer?What is the utility?
Why isn't it being handled properly?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
In a switch statement, explain what will happen if a break statement is omitted?
What is uint8 in c?
How to declare pointer variables?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
How the c program is executed?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
C program to perform stack operation using singly linked list