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

void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


what is the benefit of c30

2 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


How can I generate floating-point random numbers?

0 Answers  


why do we use # in c-language?

1 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


Explain setjmp()?

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  


what is the different between data structure and data type?

1 Answers   Ignou,


Categories