can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance



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

Post New Answer

More C Interview Questions

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?

0 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


Are local variables initialized to zero by default in c?

1 Answers  


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)

1 Answers   Wipro,


Mention four important string handling functions in c languages .

1 Answers  


What type of function is main ()?

1 Answers  


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.

8 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


Explain threaded binary trees?

1 Answers  


Categories