How to print %d in output
Answers were Sorted based on User's Feedback
Explain the concept of "dangling pointers" in C.
write a program to generate 1st n fibonacci prime number
show how link list can be used to repersent the following polynomial i) 5x+2
Is main an identifier in c?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
what is the defrenece between structure and union
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Difference between pass by reference and pass by value?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
What is the difference between null pointer and the void pointer?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd