Mention four important string handling functions in c languages .


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

Post New Answer

More C Interview Questions

what is the use of operator ^ in C ? and how it works?

2 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

0 Answers  


What is the difference b/w Structure & Class?

3 Answers  


Explain how can I right-justify a string?

0 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


can u give me the good and very optimised code for a car racing game?

0 Answers  


What are external variables in c?

0 Answers  


a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


Categories