What the different types of arrays in c?
what is Structural oriented language? give some example of this language.....?
why 'c' is called middle level language.
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
what is the use of macro program
Dont ansi function prototypes render lint obsolete?
What is the use of ?
What is 02d in c?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
What is a double c?
What is "Hungarian Notation"?