What are the two types of functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the format %10.2 mean when included in a printf statement?
Please write the area of a RIGHT ANGLED TRIANGLE.
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?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is %g in c?
write a function for strtok()??
What are preprocessor directives in c?
What is an auto variable in c?
What is the difference between array and structure in c?
what is the height of tree if leaf node is at level 3. please explain
With the help of using classes, write a program to add two numbers.
main() { int i; printf("%d",i^i); }