What is d'n in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getchar()?
A program to write a number of letters and numbers, such as counting and display
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Calculate 1*2*3*____*n using recursive function??
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What is difference between stdio h and conio h?
How many keywords (reserve words) are in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.