What is the output of following program? # include void progfunction(int a) { a = 40; } int main() { int b = 20; progfunction(b); printf("%d", b); return 0; } Select one: a. 20 b. 30 c. Compile error d. Run error
Answers
Answered by
0
a
is the correct answer of your question please make me a brainist your question is very good
Similar questions