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
while initialization of array why we use a[][2] why not a[2][]...?
What are the disadvantages of external storage class?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Is double link list a linear data structure? If Yes, Why?If No, Why?
What is the default value of local and global variables in c?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What is the difference between text and binary i/o?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is the difference b/w main() in C language and main() in C++.
what is the difference between structure and union?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.