Answer Posted / radhika
function which is static in class,which cannot be overridden
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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?
why do some people write if(0 == x) instead of if(x == 0)?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain how do you determine a file’s attributes?
List out few of the applications that make use of Multilinked Structures?
Explain what math functions are available for integers? For floating point?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Is c is a low level language?
What is boolean in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
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
What are conditional operators in C?
What is call by value in c?
Is null valid for pointers to functions?
What is the difference between printf and scanf )?