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

What is the auto keyword good for?

0 Answers  


what are the general concepts of c and c++

2 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  






What is printf () in c?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


What is the advantage of c?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


what does ‘#include’ mean?

1 Answers   TCS,


Explain 'bit masking'?

0 Answers   EXL,


Categories