Answer Posted / lakshmi
1)loop is used to perform a particular task till the given
condition is correct.
2)to run the program effiecently and effecttively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
Explain the difference between structs and unions in c?
Why does the call char scanf work?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
write a program to rearrange the array such way that all even elements should come first and next come odd
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Why do we need volatile in c?
Why are all header files not declared in every c program?
Explain what are reserved words?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what are bus errors, memory faults, and core dumps?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is sizeof int?
Explain why c is faster than c++?