What is extern c used for?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
How can a program be made to print the name of a source file where an error occurs?
how to swap 4 number without using temporary number?
Are negative numbers true in c?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Which is the best sort method for library management?
What are the advantages of union?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is scanf_s in c?
Write a program to swap two numbers without using third variable in c?
Do you know the use of fflush() function?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,