FILE PROGRAMMING
No Answer is Posted For this Question
Be the First to Post Answer
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
Explain how do you print an address?
Explain can you assign a different address to an array tag?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is meant by initialization and how we initialize a variable?
Why can arithmetic operations not be performed on void pointers?