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 |
Explain null pointer.
An array name contains base address of the array. Can we change the base address of the array?
What is a far pointer in c?
What are the key features in c programming language?
what is the use of macro program
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
What is the difference between array and pointer?
Explain the use of function toupper() with and example code?
What is class and object in c?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
In scanf h is used for
What is action and transformation in spark?