How do you determine the length of a string value that was stored in a variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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.

0 Answers   BirlaSoft,


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

0 Answers  


What is array of structure in c?

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


What is a floating point in c?

0 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


What is getch () for?

0 Answers  


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?

0 Answers   Aspire, Infogain,


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Categories