What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
all c language question
program in c to print 1 to 100 without using loop
Explain setjmp()?
How can I find out the size of a file, prior to reading it in?
Find if a number is power of two or not?
who did come first hen or agg
simple program for virtual function?
How do I round numbers?
What are pointers in C? Give an example where to illustrate their significance.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What are header files? What are their uses?