What is new line escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is string length in c?
implement general tree using link list
How can I find the modification date of a file?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
#define d 10+10 main() { printf("%d",d*d); }
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Find greatest of two numbers using macro
write a program to find out prime number using sieve case?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL