C Interview Questions
Questions Answers Views Company eMail

find a number whether it is even or odd without using any control structures and relational operators?

Microsoft, Shashank Private Limited,

22 25009

program for validity of triangle from 3 side

7 8154

can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 16458

marge linklist

HCL,

2077

what is const volatile?

2 4067

convert 12345 to 54321 withoutusing strig

5 8547

simple c program for 12345 convert 54321 with out using string

TCS,

7 19827

could u able to tell about suresoft technical session

1 4219

WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 18107

do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 2713

How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

NetApp,

12 18132

let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 9969

which type of question asked from c / c++ in interview.

2 4826

Is it possible to create recycle bin in mobiles?

2 4366

Determine if a number is a power of 2 at O(1).

2 4146


Post New C Questions

Un-Answered Questions { C }

What is the explanation for the dangling pointer in c?

666


Explain the use of 'auto' keyword in c programming?

668


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

637


What is the process to create increment and decrement stamen in c?

579


How can this be legal c?

641






a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

619


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1558


What is a const pointer?

622


What are the c keywords?

739


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

659


What is a void pointer? When is a void pointer used?

614


Explain what is the difference between null and nul?

644


Explain what are preprocessor directives?

615


What is stack in c?

599


What are the restrictions of a modulus operator?

623