hi send me sample aptitude papers of cts?
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Explain what are run-time errors?
which will be first in c compiling ,linking or compiling ,debugging.
Is null always equal to 0(zero)?
How to establish connection with oracle database software from c language?
How many levels of pointers can you have?
Explain what are the standard predefined macros?
how can be easily placed in TCS.
What does *p++ do?
What is #include stdio h and #include conio h?
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..