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 |
What library is sizeof in c?
What are local static variables? How can you use them?
What does a run-time "null pointer assignment" error mean?
What is the difference between array and pointer?
What is the difference between arrays and pointers?
Is c high or low level?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Write a program to swap two numbers without using third variable?
What are the concepts introduced in OOPs?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is a stream?