Explain Function Pointer?
a 'c' program to tell that the set of three coordinates lie on a same line
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
what is default constructor?
a c code by using memory allocation for add ,multiply of sprase matrixes
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What is the size of enum in bytes?
C program to read the integer and calculate sum and average using single dimensional array
What is ponter?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
how to find turn around time in operating system?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Why can’t we compare structures?