implement OR gate without using any bitwise operator.
What are the advantages of using linked list for tree construction?
What is c standard library?
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
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
write a program to insert an element at the specified position in the given array in c language
What are the different types of objects used in c?
What are identifiers and keywords in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Differentiate between Macro and ordinary definition.
What language is c written?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }