Can you explain the four storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Output for following program using for loop only * * * * * * * * * * * * * * *
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
What is the purpose of 'register' keyword in c language?
Explain what are the __date__ and __time__ preprocessor commands?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How is pointer initialized in c?
Write a code to generate divisors of an integer?
Write a program which returns the first non repetitive character in the string?
difference between function & structure
Write a program to find the biggest number of three numbers in c?