what is difference between overriding and overloading?
Answer / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
| Is This Answer Correct ? | 5 Yes | 1 No |
What is the right type to use for boolean values in c? Is there a standard type?
Why we use void main in c?
When c language was developed?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
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 output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Explain 'far' and 'near' pointers in c.
What is the purpose of the statement: strcat (S2, S1)?
Define C in your own Language.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How can you be sure that a program follows the ANSI C standard?