What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the modification date and time of a file?
Is it cc or c in a letter?
Is c dynamically typed?
What is an lvalue in c?
Why is this loop always executing once?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is the difference between array and linked list in c?
What is a double c?
program to find the ASCII value of a number
what is different between auto and local static? why should we use local static?