By using C language input a date into it and if it is right?
No Answer is Posted For this Question
Be the First to Post Answer
Are there namespaces in c?
Explain what is the difference between #include and #include 'file' ?
write the program to find multiplication of 2-D matrix??????????
define string ?
What is a macro, and explain how do you use it?
Explain what does it mean when a pointer is used in an if statement?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
Why Modern OS are interrupt driven?Give an example
Which node is more powerful and can handle local information processing or graphics processing?
How do you convert strings to numbers in C?
What are the advantages of union?