Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

Write a program to find minimum between three no.s whithout using comparison operator.

IBM,

4 11089

what is the full form of c language

Satyam, TCS, VNC,

9 31784

why we are using float in C

4 6465

How to calculate sum

2 4393

write a program to remove duplicate from an ordered char array? in c

2 7598

what is foreign key in c language?

ADP,

1 6157

write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

ABC, College School Exams Tests,

17 59726

pierrot's divisor program using c or c++ code

2172

Explain function pointer with exapmles.

2 6149

Explain demand paging.

Agilent,

1 4803

Explain Linker and Loader

5 13661

Three major criteria of scheduling.

1 3578

Find if a number is power of two or not?

1 3401

Find greatest number out of 10 number without using loop.

TCS,

5 18790

Find occurence of a character in a sting.

TCS,

3 6237


Post New C Questions

Un-Answered Questions { C }

Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array. 3. Find the count of a certain character. 4. Print the positions where a certain character occured. 5. Print the characters between successive array elements. 6. Find the largest and smallest charcter. How many times it each one occured. 7. Enter a certain range. Print out the array elements which occured between these range. 8. Reverse a character array without using another array. 9. Reverse an array region. 10. Replace a the array elements with it next character . Use a after z. 11. Code the array element with certain character as first alphabet. 12. Duplicate all the vowels in a character array. What is the new count. 13. Delete the vowels in a character array. What is the new array count. 14. Print the count of all characters in the array. 15. Enter n alphabets and store a upto tht charcter in array.What is the array count? 16. Sort a character array. 17. Merge 2 character arrays largearray,smallarray. 18. Find the pair with largest number of characters in between. 19. Find the numerical value of a charcter array. 20. Store n numeral characters in an arrray. Insert another numeral character in a certain position. 21. Insert a character in a sorted array. 22. Merge 2 sorted arrays in sorted fashion. 23. Duplicate the least occuring character. 24. Write a menu driven program to circular right/left shift an array of n elements. 25. Is the character array palindrome? if not make it palindrome. 26. Concatenate the first n charaters to the end of the string. 27. Print all n group of chracters which are palindrome. 28. Concatneate the reverse of last n characters to the array.

3763


What is auto keyword in c?

1162


How many loops are there in c?

1049


write a proram to reverse the string using switch case?

2886


What is a macro?

1053


How many levels deep can include files be nested?

1103


Is void a keyword in c?

927


What is wild pointer in c?

1019


Tell me about low level programming languages.

1069


What is a pointer in c?

1424


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

2052


How to create struct variables?

1046


What is default value of global variable in c?

941


Can a pointer be volatile in c?

935


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3479