How to establish connection with oracle database software
from c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain function?
What are extern variables in c?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Why we use int main and void main?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Do you know the difference between exit() and _exit() function in c?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
What is structure packing in c?
What is a buffer in c?
how to construct a simulator keeping the logical boolean gates in c
What are the types of arrays in c?
Can we access array using pointer in c language?