Write a program for finding factorial of a number.
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
Is reference used in C?
Is c is a high level language?
What are external variables in c?
What are bitwise shift operators in c programming?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Why do we write return 0 in c?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
How can I sort more data than will fit in memory?
what is difference between strcmp & palindrome?
Is int a keyword in c?