Answer Posted / hemal patel ( b.c.a )
The Interval from the time of submission of a process to the
time of completion is the TURN AROUND time
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Write a code to remove duplicates in a string.
What are run-time errors?
What is a static function in c?
Why void main is used in c?
Why do we use stdio h and conio h?
Why do we use int main instead of void main in c?
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.
Which of these functions is safer to use : fgets(), gets()? Why?
What is a stream?
What are the different data types in C?
What is a const pointer in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is a wrapper function in c?
What is a const pointer?
What is the difference between the expression “++a” and “a++”?