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 3527write 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 6736write a progam to display the factors of a given number and disply how many prime numbers are there?
2 7923control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
1 3548
how do you programme Carrier Sense Multiple Access
Can we increase size of array in c?
What is #include conio h?
Why is C language being considered a middle level language?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain what happens if you free a pointer twice?
Explain what is the general form of a c program?
What are compound statements?
Explain zero based addressing.
Can you define which header file to include at compile time?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What are unions in c?
How do you sort filenames in a directory?
How do you use a 'Local Block'?