What does & mean in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What are the different types of control structures?
Combinations of fibanocci prime series
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
#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??
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
What is a string?
Explain how can I open a file so that other programs can update it at the same time?
i want to know the procedure of qualcomm for getting a job through offcampus
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
difference between malloc and calloc