Are local variables initialized to zero by default in c?
No Answer is Posted For this Question
Be the First to Post Answer
Are the expressions * ptr ++ and ++ * ptr same?
WHAT IS LOW LEVEL LANGUAGE?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is a null pointer in c?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
what is the difference between exit() and _exit() functions?
How is a null pointer different from a dangling pointer?
Write a program in c using only loops to print * * * * * *******
int i=10; printf("%d %d %d", i, i=20, i);
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What do you mean by team??
What is an array? What the different types of arrays in c?