ratio,age,persentage
No Answer is Posted For this Question
Be the First to Post Answer
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
what is c programing
What is a null string in c?
To what value do nonglobal variables default? 1) auto 2) register 3) static
What is call by value in c?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What are the scope of static variables?
Wt are the Buses in C Language
Explain how does flowchart help in writing a program?
How can I write a function analogous to scanf?
What happens if a header file is included twice?
How #define works?