What are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have an equivalent to pascals with statement?
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
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
from which concept of 'c', the static member function of 'c++' has came?
What is the difference between memcpy and memmove?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
which is the best antivirus and how to update it
write a 'c' program to sum the number of integer values
Give the rules for variable declaration?
What is the purpose of sprintf?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.