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
Why doesn't C support function overloading?
What extern c means?
application attempts to perform an operation?
what is a constant pointer in C
What is a const pointer in c?
Do you have any idea how to compare array with pointer in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Differentiate fundamental data types and derived data types in C.
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Differentiate between #include<...> and #include '...'
What is the purpose of type declarations?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Write a program of prime number using recursion.
Write the Program to reverse a string using pointers.
What is a string?