Is c is a low level language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using #define to declare a constant?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
what is c programming?
What is hungarian notation? Is it worthwhile?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
How do you list a file’s date and time?
List some of the dynamic data structures in C?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
What is array of structure in c programming?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
What is a pointer and how it is initialized?
What is integer constants?