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

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


What type is sizeof?

0 Answers  


What are the different data types in C?

0 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


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

4 Answers  






what is the meaning of 'c' language

3 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


Are there constructors in c?

0 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


can we declare a function in side the structure?

2 Answers   HCL,


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


What is the explanation for the dangling pointer in c?

0 Answers  


Categories