Explain how can you be sure that a program follows the ansi c standard?
Answer / Ajay Shankar Yadava
To ensure a C program follows the ANSI C standard, it should be compiled with an ANSI-compliant compiler, such as gcc. Additionally, avoid using vendor-specific extensions and stick to the features defined in the ANSI C standard.
| Is This Answer Correct ? | 0 Yes | 0 No |
why u join this call center?
How can I increase the allowable number of simultaneously open files?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Is null always equal to 0(zero)?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
define function
How can I write a function analogous to scanf?
write a prgram of swapping with 2 valiables
Explain what is a pragma?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
I came across some code that puts a (void) cast before each call to printf. Why?
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.