any "C" function by default returns an
a) int value
b) float value
c) char value
d) a & b
what is the difference between global variable & static variable declared out side all the function in the file.
What is return type in c?
cavium networks written test pattern ..
write a program to rearrange the array such way that all even elements should come first and next come odd
printf("%d",(printf("Hello")); What it returns?
what type of errors are checked during compilation
Can a local variable be volatile in c?
How to add two numbers without using semicolon n c????
WHAT IS FLOAT?
Explain how can I open a file so that other programs can update it at the same time?
what is the use of call back function in c?tell me with example
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.