Answer Posted / kkk
c is a structured oriented language which consists of some
specified c keywords and funtions
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How can I find out how much free space is available on disk?
What are the 4 data types?
List out few of the applications that make use of Multilinked Structures?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is extern keyword in c?
What does do in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the size of a union variable?
What are header files? What are their uses?
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 the use of bit fieild.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How can you avoid including a header more than once?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the difference between local variable and global variable in c?