c program to subtract between two numbers without using '-'
sign and subtract function.
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is d scanf?
In C language what is a 'dangling pointer'?
Why main is used in c?
How do you write a program which produces its own source code as output?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Write a function that will take in a phone number and output all possible alphabetical combinations
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
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Is struct oop?