Why doesnt long int work?
No Answer is Posted For this Question
Be the First to Post Answer
What are lookup tables in c?
What is the use of f in c?
Why #include is used in c language?
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(); }
how to make program without <> in libray.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
can we declare a variable in different scopes with different data types? answer in detail
Differentiate between static and dynamic modeling.
what is compiler
What is null in c?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
How to set file pointer to beginning c?