Post New Answer View All Answers
Why is c so popular?
Explain the array representation of a binary tree in C.
What does the c preprocessor do?
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 is the difference between typedef struct and struct?
Is sizeof a keyword in c?
Can you write the algorithm for Queue?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How do I swap bytes?
What functions are used for dynamic memory allocation in c language?
What is putchar() function?
What are operators in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Compare interpreters and compilers.
What are the different types of pointers used in c language?