Describe newline escape sequence with a sample program?
No Answer is Posted For this Question
Be the First to Post Answer
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What language is windows 1.0 written?
What does c mean in standard form?
What is function prototype in c with example?
If the size of int data type is two bytes, what is the range of signed int data type?
Explain what is the benefit of using an enum rather than a #define constant?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What are run-time errors?
What is the size of enum in c?