Answer Posted / ram
reference to the address of the variable
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Write a program for finding factorial of a number.
Can you write a programmer for FACTORIAL using recursion?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How a string is stored in c?
Explain how to reverse singly link list.
What does %p mean c?
How do I swap bytes?
What is the benefit of using const for declaring constants?
What are the advantages and disadvantages of pointers?
what do you mean by inline function in C?
What is a pointer and how it is initialized?
Can you tell me how to check whether a linked list is circular?
What is register variable in c language?
What is the difference between the = symbol and == symbol?
Where can I get an ansi-compatible lint?