Answer Posted / murali
No one is invented by C but C was invented by "Dennis Richie".
| Is This Answer Correct ? | 7 Yes | 7 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?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How to declare pointer variables?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why is c called a mid-level programming language?
What does %p mean c?
Why is c so popular?
Add Two Numbers Without Using the Addition Operator
Explain what is the advantage of a random access file?
What are the keywords in c?
Why is main function so important?
What is #pragma statements?
How many types of operators are there in c?
What do you mean by scope of a variable in c?
How do you declare a variable that will hold string values?