What is a global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain union. What are its advantages?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
C program to read the integer and calculate sum and average using single dimensional array
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Do you know the use of fflush() function?
difference between loading and linking
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 is the OOPs concept?
Are pointers really faster than arrays?
What is dynamic memory allocation?