Answer Posted / karthik
semicolon(;)
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What do you mean by invalid pointer arithmetic?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
#include
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain which function in c can be used to append a string to another string?
What are header files? What are their uses?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is typeof in c?
Why is not a pointer null after calling free?
What is the -> in c?
What is the explanation for prototype function in c?
what is bit rate & baud rate? plz give wave forms
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon