Differentiate between static and dynamic modeling.
No Answer is Posted For this Question
Be the First to Post Answer
how to find string length wihtout using c function?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
why we are using semicolon at the end of printh statment
What is the difference between null pointer and wild pointer?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Why do we use & in c?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
what is software?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
why arithmetic operation can’t be performed on a void pointer?
what is the use of #pragma pack, wer it is used?