What is string function in c?


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

Post New Answer

More C Interview Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


What is volatile c?

0 Answers  


prototype of sine function.

2 Answers   Cadence,


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


Write a simple program to find the size of different basic data types in C.

3 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


what is the main use of c where it can use the c

2 Answers   Infosys,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


Categories