Explain b+ tree?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what is the use of a semicolon (;) at the end of every program statement?
What is void pointers in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
define string ?
What are the features of c languages?
What is && in c programming?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Is null a keyword in c?
Explain what is wrong with this program statement? Void = 10;