what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / a.dinesh kumar
error will be occur because a is not in use in output
statement
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are the rules for identifiers in c?
What is c preprocessor mean?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are valid signatures for the Main function?
What is spaghetti programming?
What are data structures in c and how to use them?
What does c mean in standard form?
Explain what are reserved words?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is a function simple definition?
What is "Duff's Device"?