if a is an integer variable, a=5/2; will return a value
a) 2.5
b) 3
c) 2
d) 0
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is a node in c?
What are the 4 types of programming language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How do we open a binary file in Read/Write mode in C?
given post order,in order construct the corresponding binary tree
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?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Tell me what are bitwise shift operators?
Is fortran faster than c?
can we write a c program with out using main