Answer Posted / dfda
because iam so smart.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
Write a program to print factorial of given number without using recursion?
Why do we use int main instead of void main in c?
Which is best linux os?
Write a progarm to find the length of string using switch case?
What does main () mean in c?
write a progrmm in c language take user interface generate table using for loop?
What are the benefits of c language?
What is the function of this pointer?
Write a C program in Fibonacci series.
How can you tell whether two strings are the same?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
how to find anagram without using string functions using only loops in c programming
What are header files and explain what are its uses in c programming?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.