What are the two forms of #include directive?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
How do you determine if a string is a palindrome?
c program to manipulate x=1!+2!+3!+...+n! using recursion
When should you use a type cast?
to find the program of matrix multiplication using arrays
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Why do we use pointer to pointer in c?
Why void main is used in c?
what's the return value of malloc()
Write a program to generate random numbers in c?
What is a loop?