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

what is uses of .net

1787

Write a program that accept anumber in words

1814

7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2824

Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1944

4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

TCS,

2243

when to use : in c program?

2 3662

write a program to generate address labels using structures?

SJC,

4623

5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

2160

#include void main() { int =1; printf("%d%d%d",a++,++a,++a); }

VB,

3 6034

sum of two integers values only other then integer it should print invalid input.

1 2596

c program to input values in a table(using 2D array) and print odd numbers from them

1 2745

Why array starts with index 0

2 4074

What is Conio.h ?

TCS,

2 4883

using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1855

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3999


Post New C Questions

Un-Answered Questions { C }

When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

2027


Differentiate between declaring a variable and defining a variable?

1091


What is sizeof int in c?

1113


Why pointers are used in c?

1071


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1423


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309


What is meant by type specifiers?

1188


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

1218


write a program to display all prime numbers

2021


Which driver is a pure java driver

1690


What is 2 d array in c?

1087


What is malloc and calloc?

1103


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

2469


What is the difference between scanf and fscanf?

1343


Do pointers take up memory?

1209