How many keywords are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to receive strings with spaces in scanf()
Explain what is the use of a semicolon (;) at the end of every program statement?
What is meant by type casting?
Differentiate between static and dynamic modeling.
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
How macro execution is faster than function ?
How many keywords are there in c?
what do you mean by enumeration constant?
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
Compare array data type to pointer data type
Write a program to find given number is even or odd without using any control statement.