Why doesnt long int work?
No Answer is Posted For this Question
Be the First to Post Answer
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
How do I use strcmp?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
what is a void pointer?
How are variables declared in c?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
explain what is a newline escape sequence?
Differentiate between the expression “++a” and “a++”?