why r u join this company? give solid resons.
Answer Posted / s
tell related to R&D of the company, new learning , the
culture,the policy.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the difference between variable declaration and variable definition in c?
What does *p++ do? What does it point to?
What is c variable?
What is table lookup in c?
Is register a keyword in c?
What is the difference between typedef struct and struct?
Explain how do you list a file’s date and time?
C language questions for civil engineering
Explain high-order bytes.
What is meant by preprocessor in c?
What are the advantages of the functions?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Differentiate between ordinary variable and pointer in c.