How Many Header Files in c?
Answers were Sorted based on User's Feedback
i want to job in your company, so how it will be possible.
Difference Between embedded software and soft ware?
What is the difference between strcpy() and memcpy() function in c programming?
what does " calloc" do?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is the mean of this statement:: if(int i=0 * i=9)
Write a C program to print 1 2 3 ... 100 without using loops?
What is wrong with this code?
How can you tell whether a program was compiled using c versus c++?
What are local static variables? How can you use them?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration