What is a stream water?
No Answer is Posted For this Question
Be the First to Post Answer
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What are the advantages of using macro in c language?
Give me basis knowledge of c , c++...
Write a program to print "hello world" without using a semicolon?
Write a program that accept anumber in words
Write a code of a general series where the next element is the sum of last k terms.
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
write a method for an array in which it can display the largest n next largest value.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
How to add two numbers with using function?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }