Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
Disadvantages of C language.
What is a char in c?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
Differentiate between new and malloc(), delete and free() ?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
how to print 212 as Twohundreds twelve plz provide me ans soon
How to add two numbers without using semicolon n c????
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
why we shiuld use main keyword in C
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?