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

what is the structure?

4 Answers   TCS,


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

0 Answers   Subex,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


Why c is called top down?

0 Answers  


What is printf () in c?

0 Answers  


What are header files? What are their uses?

0 Answers  


What functions are in conio h?

0 Answers  


How can I change their mode to binary?

0 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Categories