What is a 'null pointer assignment' error?
No Answer is Posted For this Question
Be the First to Post Answer
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What functions are in conio h?
what is the difference between exit() and _exit() functions?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Explain how do you determine a file’s attributes?
Hai why 'c' is the middle language
Is fortran still used in 2018?
What are loops in c?
Where define directive used?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is a good way to implement complex numbers in c?
how to print this sereis 2 4 3 6 5..........?