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 3524write 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 6725write a progam to display the factors of a given number and disply how many prime numbers are there?
2 7916control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
1 3540
Is there a way to switch on strings?
What is the size of enum in bytes?
Difference between malloc() and calloc() function?
How is a macro different from a function?
What is sizeof c?
Explain that why C is procedural?
Do you have any idea how to compare array with pointer in c?
What is pointer & why it is used?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can you pass an array to a function by value?
How to declare a variable?
Is using exit() the same as using return?
How can this be legal c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the use of extern in c?