What is file in c language?


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

Post New Answer

More C Interview Questions

Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


How the c program is executed?

0 Answers  


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


program to convert a integer to string in c language'

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


Explain union.

0 Answers  


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

0 Answers   Google,


sum of two integers values only other then integer it should print invalid input.

1 Answers  


Example of friendly function in c++

2 Answers  


Why string is used in c?

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


Categories