Explain the meaning of keyword 'extern' in a function declaration.
How variables are declared in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
Explain how can I avoid the abort, retry, fail messages?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is bash c?
How do I determine whether a character is numeric, alphabetic, and so on?
What is mean by data types in c?
Explain what are the advantages and disadvantages of a heap?
what is bit rate & baud rate? plz give wave forms
what is c language?
What is an example of structure?