in which language c language is written?
Answers were Sorted based on User's Feedback
which is the best antivirus and how to update it
what is the difference between definition and declaration? give me some examples.
How to reverse a string using a recursive function, with swapping?
write a program that print itself even if the source file is deleted?
what is the definition of storage classes?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
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
Which is the memory area not included in C program? give the reason
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What header files do I need in order to define the standard library functions I use?