write a program to display & create a rational number
What is the sizeof () operator?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
what is the meaning of 'c' language
hi any body pls give me company name interview conduct "c" language only
Why do we use main function?
what is the main use of c where it can use the c
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
What is a memory leak? How to avoid it?
How to create struct variables?
the question is that what you have been doing all these periods (one year gap)
Write a program to swap two numbers without using the third variable?