How can I discover how many arguments a function was actually called with?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain the four storage classes in C?
what is void pointer?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Is r written in c?
What are loops c?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
When is a “switch” statement preferable over an “if” statement?
what is c
What is the total generic pointer type?
write a c/c++ programthat 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.