What does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to devloped c lenguege?
How to compare array with pointer in c?
What is the difference b/w Structure & Class?
write a c program to convert fahrenheit to celsius?
If errno contains a nonzero number, is there an error?
What are the uses of pre-processor directives?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
biggest of two no's with out using if condition statement
Explain low-order bytes.
what is the structure?
What is an example of enumeration?