What do the functions atoi(), itoa() and gcvt() do?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc() do?
write a string copy function routine?
how i m write c program 1.check prime number 2.prime number series
Define circular linked list.
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
In a switch statement, explain what will happen if a break statement is omitted?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How pointers are declared?
What is logical error?