what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
write a c program for greatest of three numbers without using if statment
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
write a program to count the no of repaeted words in a line?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is a node in c?
what is the difference between procedure oriented and object oriented progaming language
What is the newline escape sequence?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
how can make variable not in registers
How can I remove the trailing spaces from a string?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1