How do you determine the length of a string value that was stored in a variable?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What is array of structure in c?
Which built-in library function can be used to match a patter from the string?
Which command is more efficient? *(ptr+1) or ptr[1]
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is a floating point in c?
Explain a file operation in C with an example.
What is getch () for?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)