in any language the sound structure of that language depends on its

a) character set, input/output function, its control structures

b) character set, library functions, input/output functions its control structures

c) character set, library functions, control sturctures

d) character set, operators, its control structures


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


WHO WROTE C LANGUAGE?

4 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


Write a program to generate prime factors of a given integer?

2 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,






Are there constructors in c?

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


How to write c functions that modify head pointer of a linked list?

0 Answers  


What is a lookup table in c?

0 Answers  


What is the data segment that is followed by c?

0 Answers  


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


Categories