What is an expression?
No Answer is Posted For this Question
Be the First to Post Answer
Using which language Test cases are added in .ptu file of RTRT unit testing???
character array A[12] can hold
#define d 10+10 main() { printf("%d",d*d); }
What does 3 periods mean in texting?
Explain the term printf() and scanf() used in c language?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Why can't I perform arithmetic on a void* pointer?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i 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 class and object in c?
Can we initialize extern variable in c?