How to establish connection with oracle database software
from c language?
No Answer is Posted For this Question
Be the First to Post Answer
What does %c do in c?
Explain what is the difference between declaring a variable and defining a variable?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
What is action and transformation in spark?
Explain what does the function toupper() do?
What is pointer and structure in c?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
void main() { int i=5; printf("%d",i+++++i); }
regarding pointers concept
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What is extern c used for?
what is the use of pointers