what is difference between ANSI structure and C99 Structure?
What are header files why are they important?
Do you know what is a programing language ?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
What is const volatile variable in c?
Is there a built-in function in C that can be used for sorting data?
How is pointer initialized in c?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
c program to subtract between two numbers without using '-' sign and subtract function.
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What is a floating point in c?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Explain how do you determine a file’s attributes?