what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / muthu
Garbage value....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me the use of bit field in c language?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are the storage classes in C?
How to throw some light on the b tree?
Differentiate between the expression “++a” and “a++”?
What is identifier in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the best organizational structure?
What is indirection?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Is c is a middle level language?
What does c in a circle mean?
What is a program flowchart and explain how does it help in writing a program?
List the difference between a While & Do While loops?