Can you mix old-style and new-style function syntax?
No Answer is Posted For this Question
Be the First to Post Answer
What are the ways to a null pointer can use in c programming language?
How to write a C program to determine the smallest among three nos using conditional operator?
C program to perform stack operation using singly linked list
What is the diffences between Windows XP and Windows Visa
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What is the auto keyword good for?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
When c language was developed?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
swap 2 numbers without using third variable?
how is the examination pattern?
What is the sizeof () a pointer?