Does * p ++ increment p or what it points to?
No Answer is Posted For this Question
Be the First to Post Answer
What functions are in conio h?
What is fflush() function?
Where can I get an ansi-compatible lint?
Why functions are used in c?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
what is c?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What should malloc(0) do?
How can I find the day of the week given the date?
What is difference between scanf and gets?
Is it possible to use curly brackets ({}) to enclose single line code in c program?