How can I find the day of the week given the date?
No Answer is Posted For this Question
Be the First to Post Answer
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the complete rules for header file searching?
Why Modern OS are interrupt driven?Give an example
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What are signals in C?
What is array in c with example?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?