All technical questions
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series without using recursion?
what is the coding of display the factorial of a number using array and function?
What does typeof return in c?
write a program in c language to print your bio-data on the screen by using functions.
Write a program to add a given duration with time(24hrs format)
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
write a program to swap two variables a=5 , b= 10 without using third variable
why Language C is plateform dependent
What does it mean when a pointer is used in an if statement?
Explain in detail how strset (string handling function works )pls explain it with an example.
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Why do we need arrays in c?