What is c language used for?
No Answer is Posted For this Question
Be the First to Post Answer
Expand the following LKB BKL FFG
how to sort two array of characters and make a new array of characters.
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(); }
what is real time system?what is the differance between hard and soft real time systems
no consistent academics. how to answer the question
Explain the use of function toupper() with and example code?
diff .between strcture and union
What are formal parameters?
How to receive strings with spaces in scanf()
Can you return null in c?
What does node * mean?
What are dangling pointers in c?