Why we write conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
what is pointer ? what is the use of pointer?
What is Conio.h ?
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)
Write a program for finding factorial of a number.
What are the advantages of the functions?
what is an ERP?
How do you determine if a string is a palindrome?
How many types of operators are there in c?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
how to add numbers without using arithmetic operators.
what is difference between overriding and overloading?