What does
do in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine the length of a string value that was stored in a variable?
How can I sort more data than will fit in memory?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Differentiate between null and void pointers.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
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
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
size maximum allocated by calloc()
What is the concatenation operator?
Why is #define used?
What are identifiers c?
Between macros and functions,which is better to use and why?