C Interview Questions
Questions Answers Views Company eMail

what is uses of .net

1464

Write a program that accept anumber in words

1472

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.

2475

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

1683

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,

1963

when to use : in c program?

2 2977

write a program to generate address labels using structures?

SJC,

4288

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

1839

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

VB,

3 5214

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

1 2107

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

1 2233

Why array starts with index 0

2 3247

What is Conio.h ?

TCS,

2 3893

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.

1582

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

3655


Post New C Questions

Un-Answered Questions { C }

How do you search data in a data file using random access method?

1088


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...

1704


write a program to concatenation the string using switch case?

1797


What is a static variable in c?

865


What are the parts of c program?

840


How can I find the modification date and time of a file?

818


Explain what is the general form of a c program?

816


Can you assign a different address to an array tag?

906


What is sizeof int?

837


hi, which software companys will take,if d candidate's % is jst 55%?

1865


How pointers are declared?

727


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3049


What are structure types in C?

866


Not all reserved words are written in lowercase. TRUE or FALSE?

986


Why c is known as a mother language?

843