Write a program to find factorial of a number using recursive function.
No Answer is Posted For this Question
Be the First to Post Answer
What is a wrapper function in c?
Explain what is a 'locale'?
Write a program using bitwise operators to invert even bits of a given number.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is variable in c example?
what is disadvantage of pointer in C
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
What does printf does?
Why preprocessor should come before source code?
Where define directive used?