What type is sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the exact difference between '\0' and ""
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
Explain goto?
Is javascript based on c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What is pointer & why it is used?
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(); }
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Is it acceptable to declare/define a variable in a c header?