Explain 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

Are the outer parentheses in return statements really optional?

0 Answers  


How do you list a file’s date and time?

0 Answers  


What are the different types of errors?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


What is floating point constants?

0 Answers  


What are header files and explain what are its uses in c programming?

0 Answers  


Explain union.

0 Answers  


What is clrscr ()?

0 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


What is pass by reference in functions?

0 Answers  


Categories