Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
What are the properties of union in c?
What are the disadvantages of c language?
C,c++, Java is all are structural oriented or procedure oriented language..?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Explain how can I pad a string to a known length?
What are the 5 types of inheritance in c ++?
Explain what are the __date__ and __time__ preprocessor commands?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Do array subscripts always start with zero?
In which language linux is written?