what is ANSI and ISO

Answer Posted / ramesh

ANSI----American National Standard Code for Information
Interchange

ISO----International standard Organization

Is This Answer Correct ?    24 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a structure and why it is used?

623


What is function what are the types of function?

563


How do you write a program which produces its own source code as output?

610


Is it possible to use curly brackets ({}) to enclose single line code in c program?

802


What are identifiers in c?

638






What is chain pointer in c?

605


What is the difference between union and structure in c?

581


What does. int *x[](); means ?

640


List the difference between a 'copy constructor' and a 'assignment operator' in C?

641


What is a macro?

657


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3663


State the difference between x3 and x[3].

655


How to implement a packet in C

2401


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627


How do I use strcmp?

645