C Interview Questions
Questions Answers Views Company eMail

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

Aspire,

8 21486

Write a program in C to reverse a number by recursive function?

1 6427

character array A[12] can hold

Wipro,

5 9020

what is ram?

TCS,

3 4886

what is a stack

3 4396

write a program to print infinte number

4 5034

my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 2813

1. main() { printf("%d",printf("HelloSoft")); } Output?

HCL,

3 6052

write a program to print %d ?

12 10912

what is c language.

3 4798

program to convert a integer to string in c language'

1969

a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

Mindteck,

2324

find the size of structure without using the size of function

Bosch,

1 3345

application of static variables in real time

Bosch,

1 5443

program to locate string with in a string with using strstr function

Huawei, Shreyas,

2 5460


Post New C Questions

Un-Answered Questions { C }

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1650


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1948


Is it possible to pass an entire structure to functions?

546


Why pointers are used in c?

576






What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

576


What is the difference between union and structure in c?

562


Explain 'far' and 'near' pointers in c.

692


What is c++ used for today?

649


Linked lists -- can you tell me how to check whether a linked list is circular?

631


Give me the code of in-order recursive and non-recursive.

871


What is this infamous null pointer, anyway?

598


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2255


When is a void pointer used?

670


What is 1f in c?

1820