1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=

Answer Posted / vani

d

Is This Answer Correct ?    14 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use visual studio for c?

541


What are identifiers in c?

628


Can we change the value of #define in c?

581


a c code by using memory allocation for add ,multiply of sprase matrixes

2295


How can you increase the size of a statically allocated array?

608






What is nested structure in c?

604


How can you call a function, given its name as a string?

710


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

594


Is fortran still used today?

597


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2215


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3331


What is the difference between union and structure in c?

567


Describe how arrays can be passed to a user defined function

775


What is function and its example?

621


What happens if header file is included twice?

650