Is c pass by value or reference?
No Answer is Posted For this Question
Be the First to Post Answer
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
what is the difference between. system call and library function?
Without Computer networks, Computers will be half the use. Comment.
How do you do dynamic memory allocation in C applications?
what is bitwise operator?
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..
What is pass by value in c?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
Which is the best website to learn c programming?
What is %g in c?
given post order,in order construct the corresponding binary tree
What is page thrashing?