What is the use of c language in real life?
No Answer is Posted For this Question
Be the First to Post Answer
how we do lcm of two no using c simple if while or for statement
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
WHAT IS INT?
What is the difference between array_name and &array_name?
What is p in text message?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How can I find leaf node with smallest level in a binary tree?
What are the 4 types of functions?
Differentiate fundamental data types and derived data types in C.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is an lvalue and an rvalue?