What is meaning of tree
No Answer is Posted For this Question
Be the First to Post Answer
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What is the advantage of an array over individual variables?
What is wrong with this code?
Explain main function in c?
write a program to print infinte number
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is a lookup table in c?
What does nil mean in c?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
what is the associativity of bitwise OR operator?