Answer Posted / sarma
as every one knows tteam is a literal word that word
meaning group of persons working together for attaing their
common goal.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
How can I write a function that takes a format string and a variable number of arguments?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What are the different types of constants?
What are the rules for identifiers in c?
Why is c platform dependent?
What are the advantage of c language?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is bubble sort in c?
Why double pointer is used in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is file in c language?
Why c is a mother language?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is break in c?