Answer Posted / manish soni bca 3rd year jaipu
ANSI-american national standard institution.
defined the standard about computer and its language.
ISO=International standard organization
is group of 163 country which definced stdard of each
producd.
daily life u seen "this product is verifed by ISO".
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of c language?
Explain what is meant by 'bit masking'?
what is recursion in C
Does sprintf put null character?
What is a void pointer? When is a void pointer used?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Why do we write return 0 in c?
write a programming in c to find the sum of all elements in an array through function.
Explain what is wrong with this statement? Myname = ?robin?;
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is context in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between āgā and āgā in C?
What is dynamic dispatch in c++?
Write a program to reverse a given number in c?