1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answers were Sorted based on User's Feedback
Answer / b.dinesh reddy
Option 'C' will be the answer as we cant overload the
operator '?!' whereas remaining can be overloaded in oop
languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to show the change in position of a cursor using c
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
What is anagram in c?
how do you programme Carrier Sense Multiple Access
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
How can you convert integers to binary or hexadecimal?
Where is c used?
What does %f mean c?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
How does struct work in c?
what does ‘Bus Error’ mean?