You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
1 3135write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
IBM,
3 5976write a progam to display the factors of a given number and disply how many prime numbers are there?
2 7292control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
1 3176
Do pointers store the address of value or the actual value of a variable?
How do you write a program which produces its own source code as output?
Differentiate between functions getch() and getche().
Who is the founder of c language?
Why is event driven programming or procedural programming, better within specific scenario?
simple program of graphics and their output display
Why is it that not all header files are declared in every C program?
largest Of three Number using without if condition?
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. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
How can I remove the leading spaces from a string?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Which is best book for data structures in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How can I implement sets or arrays of bits?
How can you avoid including a header more than once?