Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}
Answer Posted / arka sen
it will give the ASCII Value of char C.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Explain how can I avoid the abort, retry, fail messages?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
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
What is the explanation for prototype function in c?
What does the && operator do in a program code?
Explain low-order bytes.
What is array of structure in c programming?
Is a pointer a kind of array?
How do you generate random numbers in C?
why wipro wase
What is nested structure with example?
Explain how to reverse singly link list.
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is wrong with this code?
What are the benefits of c language?