How is pointer initialized in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between union and anonymous union?
How can I delete a file?
mplementation of stack using any programing language
how do you execute a c program in unix.
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are linked lists in c?
Can a pointer be static?
How do you write a program which produces its own source code as its output?
How do shell structures work?
Who had beaten up hooligan "CHAKULI" in his early college days?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..