Posts

Showing posts from March, 2013

PRO IN C

Nove-2008                                               50401/SAE1A Part-A Define the term variable and constant. What is an expression in C language? Specify the use of printf( ) and scanf( ) functions. What is an unary operator ? Give example. What are formal arguments? Define the term recursion. What are automatic variable? Specify the statement used for declaring an integer array. What is structure data type? What are bitwise operators? Define the term pointer data type. Mention the statements used for opening and closing files in C language. Part-B What is an operator in C? Mention different operator types with example. Write a C program to find the biggest of the given n numbers. Distinguish while and do-while control structures. Compare structures w...