What is difference between stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
how to multiply two number taking input as a string (considering sum and carry )
What is use of null pointer in c?
How can I read a binary data file properly?
What is indirection in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How many types of operators are there in c?
How many loops are there in c?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.
what is mean by Garbage collection ? Please answer me. Advance thanks.
Explain the differences between public, protected, private and internal.
What does typeof return in c?