What is a pointer in c plus plus?
Is c weakly typed?
Is javascript written in c?
what is the difference between unix os and linux os
why effort estimation is important?
What is c mainly used for?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Explain what is a 'locale'?
What is difference between stdio h and conio h?
what is the difference between while and do while?
What is pointer to pointer in c language?