what is the difference between north western polytechnique university and your applied colleges??
please give ur answers for this. :)
No Answer is Posted For this Question
Be the First to Post Answer
what are # pragma staments?
What is alloca() and why is its use discouraged?
what is a stack
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
write a programe to find the factorial of given number using recursion
plz let me know how to become a telecom protocol tester. thank you.
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
What are the advantages of Macro over function?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is function in c with example?
What is actual argument?
How do you convert strings to numbers in C?