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 is array within structure?
Define macros.
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
How can I split up a string into whitespace-separated fields?
what is available in C language but not in C++?
10 Answers CTS, TCS,
Explain how can you restore a redirected standard stream?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
How does placing some code lines between the comment symbol help in debugging the code?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Write a program using bitwise operators to invert even bits of a given number.
Write programs for String Reversal & Palindrome check