How to get string length of given string 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 purpose of & in scanf?

0 Answers  


Explain the use of function toupper() with and example code?

0 Answers  


Why ca not I do something like this?

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

0 Answers   TCS,






What is bubble sort technique in c?

0 Answers  


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


What is the benefit of using const for declaring constants?

0 Answers  


How to declare a variable?

0 Answers  


Define the scope of static variables.

0 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


Categories