What do you mean by Recursion Function?
No Answer is Posted For this Question
Be the First to Post Answer
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Why is c called c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Explain what is the stack?
What is #line used for?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
What is the size of structure pointer in c?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Why is it important to memset a variable, immediately after allocating memory to it ?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,