How many main () function we can have in a project?
what is an inline function?
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
What is the use of ?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
what do u mean by Direct access files? then can u explain about Direct Access Files?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
what is a c-language.what is do.
Can a pointer be static?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
Explain which function in c can be used to append a string to another string?
How many loops are there in c?