AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Post New Answer View All Answers
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what are header files and explain what are its uses in c programming?
What is the heap in c?
Can a variable be both constant and volatile?
What is formal argument?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Is main a keyword in c?
What is difference between Structure and Unions?
What are different storage class specifiers in c?
When is a void pointer used?
Tell us bitwise shift operators?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Here is a neat trick for checking whether two strings are equal
How can you check to see whether a symbol is defined?
what are enumerations in C