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 difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

16 Answers   Accenture, Infosys, TCS, Wipro,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,






Explain bit masking in c?

0 Answers  


When was c language developed?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


What is difference between %d and %i in c?

0 Answers  


Compare interpreters and compilers.

0 Answers  


Is void a keyword in c?

0 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


Categories