Answer Posted / prashanth patha
C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
What is else if ladder?
Describe newline escape sequence with a sample program?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Differentiate between full, complete & perfect binary trees.
How can I copy just a portion of a string?
How can I pad a string to a known length?
How can I sort more data than will fit in memory?
What is equivalent to ++i+++j?
What is the best way to comment out a section of code that contains comments?
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?
List some of the dynamic data structures in C?
Is the exit() function same as the return statement? Explain.
#include
What is the meaning of c in c language?
How many levels of pointers have?