what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / amala v
It'll give a warning tat "a is never used...If u Continue
executing...it will the memory address that is currently
used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between far and near ?
What are different types of variables in c?
What is string function c?
can anyone please tell about the nested interrupts?
What’s the special use of UNIONS?
What is the difference between class and object in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
List the different types of c tokens?
How main function is called in c?
How do you use a pointer to a function?
What is omp_num_threads?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What does main () mean in c?