what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / paul
It'll give a warnin tat "a is never used...If u Continue
executing...it will the memory addres that is currently
used.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Differentiate Source Codes from Object Codes
How do you override a defined macro?
What is merge sort in c?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
How do I send escape sequences to control a terminal or other device?
Explain what is the purpose of "extern" keyword in a function declaration?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the difference between call by value and call by reference in c?
What is a #include preprocessor?
What is meant by int main ()?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is a built-in function in C?
Why can't I perform arithmetic on a void* pointer?
Why is c used in embedded systems?
What are header files and what are its uses in C programming?