What is the newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
What is a far pointer in c?
How is pointer initialized in c?
How can you increase the size of a dynamically allocated array?
what does ‘segmentation violation’ mean?
how we can say java is platform independent, while we require JVM for that particular Operating System?
What is meant by global static? why we have to use static variable instead of Global variable
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
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?
Tell me is null always defined as 0(zero)?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
void main() { int i=5; printf("%d",i+++++i); }
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above