What is f'n in math?
No Answer is Posted For this Question
Be the First to Post Answer
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
How to implement variable argument functions ?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What is a protocol in c?
What are two dimensional arrays alternatively called as?
What are the basic data types associated with c?
Explain how can you be sure that a program follows the ansi c standard?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
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