Why is c still so popular?
No Answer is Posted For this Question
Be the First to Post Answer
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
what is the meaning of 'c' language
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is indirection in c?
How to find the usage of memory in a c program
What is the benefit of using an enum rather than a #define constant?
Which weighs more, a gram of feathers or a gram of gold?
What is the difference between array and pointer in c?
Why is c called c?
Can you please compare array with pointer?
Please list all the unary and binary operators in C.