An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory
a) swap
b) extended memory
c) memory map
d) all of the above
If fflush wont work, what can I use to flush input?
what is the difference between procedure oriented and object oriented progaming language
Eight queens puzzle
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are qualifiers?
What are the 3 types of structures?
diff between exptected result and requirement?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What are compound statements?