What are the various types of control structures in programming?
what is the use of macro program
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
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is the difference between printf and scanf in c?
What is identifier in c?
difference between memcpy and strcpy
Explain what are the __date__ and __time__ preprocessor commands?
How would you sort a linked list?
What is the use of clrscr?
Two's compliment of -5
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What does %p mean?