WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.


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

Post New Answer

More C Interview Questions

what is the little endian and big endian?

1 Answers  


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


What is difference between scanf and gets?

0 Answers  


In which category does main function belong??

5 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,






What is #pragma statements?

0 Answers  


What is the difference between malloc() and calloc() function in c language?

0 Answers  


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

5 Answers   Vector, Vector Solutions,


What are the different types of C instructions?

0 Answers   InterGraph,


explain what is an endless loop?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


can a union be self-referenced?

1 Answers  


Categories