Differentiate between static and dynamic modeling.
No Answer is Posted For this Question
Be the First to Post Answer
wap in c to accept n number display the highest and lowest value
Why should I use standard library functions instead of writing my own?
Why calloc is better than malloc?
When should you use a type cast?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are global variables?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is void c?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the c language function prototype?