Explain b+ tree?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Explain how can I read and write comma-delimited text?
What is the advantage of a random access file?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What does s c mean on snapchat?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
What is the full form of getch?
write a program wch produces its own source code aas its output?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Write a program to print "hello world" without using a semicolon?