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 25224

program for validity of triangle from 3 side

7 8246

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

11 16534

marge linklist

HCL,

2094

what is const volatile?

2 4104

convert 12345 to 54321 withoutusing strig

5 8616

simple c program for 12345 convert 54321 with out using string

TCS,

7 19905

could u able to tell about suresoft technical session

1 4242

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

4 18152

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 2736

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 18234

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 10044

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

2 4848

Is it possible to create recycle bin in mobiles?

2 4399

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

2 4174


Post New C Questions

Un-Answered Questions { C }

What is a structure in c language. how to initialise a structure in c?

611


Compare and contrast compilers from interpreters.

684


How do you override a defined macro?

704


What is a 'null pointer assignment' error?

728


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

2338






How would you use the functions fseek(), freed(), fwrite() and ftell()?

708


What are the 4 types of organizational structures?

627


How can my program discover the complete pathname to the executable from which it was invoked?

664


What is the use of define in c?

602


What is a char in c?

559


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1128


What is variable declaration and definition in c?

505


Can we declare variable anywhere in c?

539


What does 3 mean in texting?

620


What is wrong in this statement?

608