Why is c called c?
No Answer is Posted For this Question
Be the First to Post Answer
How are 16- and 32-bit numbers stored?
Define the scope of static variables.
What is #include cctype?
What are the advantages of Macro over function?
. Explain the differences between fork() and exec() in C
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
how to print 212 as Twohundreds twelve plz provide me ans soon
Does c have enums?
question-how to run a c programme.
char p="data"; printf(p);
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?