shorting algorithmS
When a c file is executed there are many files that are automatically opened what are they files?
How can you convert integers to binary or hexadecimal?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is storage class?
What is the difference between printf and scanf )?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Differentiate between null and void pointers.
What is the importance of c in your views?
What is scanf () in c?
Do variables need to be initialized?
What are register variables? What are the advantage of using register variables?