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
What is typedef struct in c?
what do you mean by inline function in C?
What does the function toupper() do?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What do you mean by keywords in c?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Why preprocessor should come before source code?
What are the advantages of Macro over function?
how to write hello word without using semicolon at the end?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Explain what is the difference between a free-standing and a hosted environment?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1