0 votes
2 answers
2
Which of the following is the correct output for the program given below?#include<stdio.h void fun(int); int main() { int a; a=3; fun(a); printf("\n"); return 0; } void f...
0 votes
0 answers
3
If variable can take any integral values from $0$ to $n$, where $n$ is a constant integer, then the variable can be represented as a bits field whose width is the integra...