void main()
{
for(; 0 ;)
... {
printf("hello");
... }
getch();
}
Answer / shaik. jani bahsa
result is nothing, because 0 means false, 1 means true
once cond false pointr comes out of the loop.
| Is This Answer Correct ? | 10 Yes | 0 No |
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is wild pointer in c with example?
Why array starts with index 0
how to sort two array of characters and make a new array of characters.
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
how to use enum datatype?Please explain me?
what is purpose of fflush(stdin) function
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Is c procedural or functional?
Write a program to find the smallest and largest element in a given array in c language
Is stack a keyword in c?
what is the little endian and big endian?