Do pointers store the address of value or the actual value of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Can we initialize extern variable in c?
convert 0.9375 to binary
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
what are the various memory handling mechanisms in C ?
how to TOGGLE Nth bit of variable in a MACRO
What is string length in c?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
when user give a number it multiply with 9 without useing '+' and '*' oprator
how many key words availabel in c a) 28 b) 31 c) 32
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How can I call fortran?