What is bss in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between constant pointer and pointer to a constant. Give examples.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What is binary tree in c?
Is null always equal to 0(zero)?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Explain what is a const pointer?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
How do you declare a variable that will hold string values?
Which one would you prefer - a macro or a function?
Write a C program to perform some of the operation which can be performed using Single linked list