what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / akhila
result is 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are there namespaces in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is double pointer?
Define macros.
formula to convert 2500mmh2o into m3/hr
What is main return c?
Why array is used in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain indirection?
What is the general form of #line preprocessor?
Explain what math functions are available for integers? For floating point?
What does sizeof int return?
What are the disadvantages of external storage class?
What does typeof return in c?