Does c have an equivalent to pascals with statement?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int a=1; while(a++<=1) while(a++<=2); }
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
List a few unconditional control statement in c.
What is static and volatile in c?
what is the output of below int n=10; (n++)++; printf("%d",n);
how many times of error occur in C
What is the difference between #include <header file> and #include “header file”?
What is a method in c?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
What are the uses of pre-processor directives?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.