Explain how do you print only part of a string?
Why should I prototype a function?
A program to write a number of letters and numbers, such as counting and display
What is typedef?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
What are the types of data files?
What are types of structure?
Write a routine that prints out a 2-D array in spiral order!
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Differentiate between #include<...> and #include '...'
wite a programme in c to linear search a data using flag and without using flags?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What are qualifiers in c?