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 3529write 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 6745write a progam to display the factors of a given number and disply how many prime numbers are there?
2 7931control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
1 3551
What functions are in conio h?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What are the c keywords?
Explain what is a pragma?
What is the scope of global variable in c?
What is %lu in c?
Tell me with an example the self-referential structure?
Is there anything like an ifdef for typedefs?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What the different types of arrays in c?
Explain the process of converting a Tree into a Binary Tree.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the size of enum in bytes?
What is scanf () in c?