Answer Posted / ehsan
The time between sending and receiving the data,
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the parts of c program?
What is the sizeof () operator?
What is the heap?
What is the total generic pointer type?
How many main () function we can have in a project?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is a header file?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is memcpy() function?
What is modeling?
How can I pad a string to a known length?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is string function in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)