What is a null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How old is c programming language?
write a c program to find the probability of random numbers between 1-1000
What is %d called in c?
how to find turn around time in operating system?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
what is the most appropriate way to write a multi-statement macro?
Magic square
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What are the different types of linkage exist in c?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
What is a ternary operator in c?
What is dynamic dispatch in c++?