What is string function c?


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

Post New Answer

More C Interview Questions

Method Overloading exist in c ?

3 Answers   Wipro,


What is floating point constants?

0 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


How Many Header Files in c?

2 Answers   TCS,


how to print "hai" in c?

13 Answers   TCS,


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


What does stand for?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


Categories