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 3530write 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 3553
What is data type long in c?
Explain what math functions are available for integers? For floating point?
What are local static variables? How can you use them?
What are different types of variables in c?
What is a constant?
What are c preprocessors?
What is the purpose of ftell?
What are nested functions in c?
What is function prototype in c with example?
What are the advantages and disadvantages of a heap?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the best way of making my program efficient?
what are enumerations in C
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What's the difference between constant char *p and char * constant p?