Answer Posted / mohit
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What should malloc() do?
Why malloc is faster than calloc?
What is the equivalent code of the following statement in WHILE LOOP format?
What is a char c?
What are the features of c languages?
What is extern variable in c with example?
Is flag a keyword in c?
Explain the advantages of using macro in c language?
How does sizeof know array size?
What is const and volatile in c?
What are the different types of pointers used in c language?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
how we can make 3d venturing graphics on outer interface