-
-
C Program
What is the output of the following code - What is the output of the following code int i=7;printf("%d", i++ * i++);
-
What relationship is resolved by an “intersecting” or “associative” entity ?
a) Recursive b) Mandatory one to one c) Many to Many d) One to One
-
-
-
-
-
-
-
-
-
WaveGuide
Why does wave length increase when waves entering a waveguide?
-
Initializing Micro Computer
What is the name given to the process of initializing a micro computer with its OS?
-
-
-
-
What is the output of the program?
main()
{
char a='123'
printf ("%c n",a);
return 0;
}
A. ASCII value of 121
B. 1
C. 3
D. none of these
-
C language
Write a function to find how many binary 1s nd 0s present in a number
Which hardware implements stack operation in 8085/8086
A. ROM
B. PROM
C. RAM
D. none of these
Answer:C.RAM
Kernel executes the first process when system starts
Ans :- init();
Ans