Answer Posted / chavidi
void main()
{
int i=0;
while()
{
printf("%d",i)
i++;
}
}
| Is This Answer Correct ? | 25 Yes | 12 No |
Post New Answer View All Answers
What is the difference between #include
hi any body pls give me company name interview conduct "c" language only
What is a pragma?
What is the sizeof () a pointer?
Explain spaghetti programming?
Can you please explain the difference between syntax vs logical error?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is difference between array and pointer in c?
What is the use of linkage in c language?
What are the applications of c language?
Explain the use of keyword 'register' with respect to variables.
Differentiate between #include<...> and #include '...'
What is malloc() function?
How to establish connection with oracle database software from c language?
What do the functions atoi(), itoa() and gcvt() do?