the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to fined second smallest and largest element in a given series of elements (without sorting)
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
How do we make a global variable accessible across files? Explain the extern keyword?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
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
Write a C program that reads a series of strings and prints only those ending in "ed"
What is the difference between scanf and fscanf?
How can we see the Expanded source code and compiled code for our source program in C?
How can I prevent another program from modifying part of a file that I am modifying?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above