which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / guest
c)==
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the difference between a string and an array?
to find the closest pair
What is || operator and how does it function in a program?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Can a pointer be volatile in c?
How can you find the day of the week given the date?
Why is c used in embedded systems?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is difference between structure and union in c?
What are the functions to open and close file in c language?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Is there a way to compare two structure variables?
how to write a c program to print list of fruits in alpabetical order?
What is the equivalent code of the following statement in WHILE LOOP format?