Why c is called a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
how i m write c program 1.check prime number 2.prime number series
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What are the features of the c language?
main() { int a; a=++100; printf("%d",a); getch(); }
What are data breakpoints?
How is a structure member accessed?
char ch="{'H','I',0};printf("%s",ch);what is output
Write a program in c to input a 5 digit number and print it in words.
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What is the c value paradox and how is it explained?
What are the average number of comparisons required to sort 3 elements?