GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
No Answer is Posted For this Question
Be the First to Post Answer
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
Does sprintf put null character?
What is the general form of function in c?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
program to print upper & lower triangle of a matrix
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How to implement call back functions ?
What does printf does?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
How many levels deep can include files be nested?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?