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
writw a program to insert an element in the begning of a doubly linked list
How to print "Hi World" without using semi colon?
The file stdio.h, what does it contain?
Can you subtract pointers from each other? Why would you?
what are advantages of U D F?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference b/w main() in C language and main() in C++.
What is meant by int fun const(int a, int b) { .... ... }
What are the application of void data type in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
When was c language developed?