what is c programing
Answers were Sorted based on User's Feedback
Answer / karthikeyan
C is a function based language with lesser security to data
| Is This Answer Correct ? | 4 Yes | 4 No |
Write a program to print numbers from 1 to 100 without using loop in c?
What is difference between array and structure in c?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
wat is the difference between array and pointer?
Why do we use int main instead of void main in c?
Do you know pointer in c?
Explain how can I write functions that take a variable number of arguments?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
program to find middle element of linklist?
what is the definition of storage classes?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
When should the register modifier be used? Does it really help?