Write a Program to accept different goods with the number,
price and date of purchase and display them
No Answer is Posted For this Question
Be the First to Post Answer
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
print 1-50 with two loop & two print Statement
What is wrong with this program statement? void = 10;
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is a MAC Address?
Is c procedural or functional?
What are the 5 types of inheritance in c ++?
inline function is there in c language?
How to convert decimal to binary in C using recursion??
how logic is used
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?