What are Storage Classes in C ?
CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
32 128681What are advantages and disadvantages of recursive calling ?
College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
12 104294
What are the c keywords?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
while initialization of array why we use a[][2] why not a[2][]...?
What is difference between stdio h and conio h?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Which are low level languages?
why programs in c are running with out #include
What is || operator and how does it function in a program?
Is null always equal to 0(zero)?
What is pointer to pointer in c with example?
What are 'near' and 'far' pointers?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Give differences between - new and malloc() , delete and free() ?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..