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 c preprocessor?
Why is c so popular?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
Can a local variable be volatile in c?
Are pointers integer?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
How does the C program handle segmentation faults?
can we define a function in structure?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.