Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of Scanf Print, getchar, putchar, function?
Why is extern used in c?
without using arithmatic operator convert an intger variable x into x+1
Are pointers integers in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Why clrscr is used in c?
What is a pointer variable in c language?
Write a program to print all permutations of a given string.
how i m write c program 1.check prime number 2.prime number series
What is scanf () in c?
char p="data"; printf(p);