DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents c Questions 0

more....... 1.#include void main() { int x = 5; printf("%d,%d,%d",x,(x2)); } Ans: 5,20,1 2.#include void main() { char a[]="hello"; char b[]="hai";…