Is printf a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
how can i sort numbers from ascending order and descending order using turbo c..
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
Explain what are the different data types in c?
What is an volatile variable?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
How can I pad a string to a known length?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
What is difference between union and structure in c?
Explain high-order and low-order bytes.
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is call by value in c?
What type is sizeof?