regarding the scope of the varibles;identify the incorrect
statement:
a.automatic variables are automatically initialised to 0
b.static variables are are automatically initialised to 0
c.the address of a register variable is not accessiable
d.static variables cannot be initialised with any expression
What are bit fields? What is their use?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What is the difference between union and structure in c?
How many levels of pointers have?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
How a string is stored in c?
What’s the special use of UNIONS?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
write a function for strtok()??
Why cd or dvd are round why not square.
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a