What is string length in c?


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

Post New Answer

More C Interview Questions

what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


i have a written test for microland please give me test pattern

0 Answers   Microland,


write a function for strtok()??

2 Answers   Verifone,


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


differnce between do and do while

3 Answers   DOEACC,


When should structures be passed by values or by references?

0 Answers   Adobe,


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


What is equivalent to ++i+++j?

0 Answers  


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


What are enums in c?

0 Answers  


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


Categories