Write a program for finding factorial of a number.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getche()?
When should volatile modifier be used?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What are the functions to open and close the file in c language?
which of 'arrays' or 'pointers' are faster?
Explain how can type-insensitive macros be created?
What does a pointer variable always consist of?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
Write a program to generate the Fibinocci Series