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 3445write 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 6594write a progam to display the factors of a given number and disply how many prime numbers are there?
2 7807control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
1 3472
How many keywords are there in c?
What is abstract data structure in c?
explain what are pointers?
What is the difference between fread and fwrite function?
What is the scope of local variable in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Can we change the value of #define in c?
Is exit(status) truly equivalent to returning the same status from main?
Where are some collections of useful code fragments and examples?
Write a program to print "hello world" without using a semicolon?
What are identifiers and keywords in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the purpose of the statement: strcat (S2, S1)?
What are pragmas and what are they good for?
What is the need of structure in c?