How can I send mail from within a c program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of control structures in programming?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
ratio,age,persentage
how logic is used
How to write a code for reverse of string without using string functions?
Explain pointer. What are function pointers in C?
why we wont use '&' sing in aceesing the string using scanf
how to set Nth bit of variable by using MACRO
What does stand for?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What are the 5 data types?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered