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

What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


Does c have circular shift operators?

0 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


What is sizeof return in c?

0 Answers  


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


a simple program in c language

5 Answers   IBM,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Why do we need a structure?

0 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  


how to get starting address of a running C program

3 Answers  


what is memory leak?

3 Answers  


Categories