what is a NULL Pointer? Whether it is same as an uninitialized pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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
What are shell structures used for?
Explain Linker and Loader
an algorithem for the implementation of circular doubly linked list
Why does notstrcat(string, "!");Work?
What does c in a circle mean?
What is the difference b/w Structure & Array?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
Explain what is the difference between null and nul?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
Is c pass by value or reference?