Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
C program to find all possible outcomes of a dice?
where does it flourished?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How can I change their mode to binary?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
In a switch statement, explain what will happen if a break statement is omitted?
Explain what is the benefit of using const for declaring constants?
What’s the special use of UNIONS?
What are the data types present in c?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement