Is c is a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
what is ram?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is methods in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is a buffer in c?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What are the __date__ and __time__ preprocessor commands?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Did c have any year 2000 problems?
write a program to generate 1st n fibonacci prime number
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,