What is the difference between c &c++?
No Answer is Posted For this Question
Be the First to Post Answer
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What does the message "automatic aggregate intialization is an ansi feature" mean?
Write a program to add a given duration with time(24hrs format)
what is c programing
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What is function pointer c?
How we can insert comments in a c program?
why we are using semicolon at the end of printh statment
What are the string functions? List some string functions available in c.
which is faster execution: loops or recursion?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Write a C program to find the smallest of three integers, without using any of the comparision operators.