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

Post New Answer

More C Interview Questions

How can I handle floating-point exceptions gracefully?

0 Answers  


Why we use stdio h in c?

0 Answers  


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


Can you please explain the difference between malloc() and calloc() function?

0 Answers  






FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


Explain what does the function toupper() do?

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


implement general tree using link list

1 Answers   Wipro,


What is volatile keyword in c?

0 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Categories