can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
Answer / abhimanyu kumar vatsa
As per question "svit00ef27@yahoo.com" is a e-mail ID and
to read the material on it you should have the password of
this ID.
| Is This Answer Correct ? | 4 Yes | 2 No |
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Are local variables initialized to zero by default in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Mention four important string handling functions in c languages .
What type of function is main ()?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
what is Structural oriented language? give some example of this language.....?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Explain threaded binary trees?