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 28216

program for validity of triangle from 3 side

7 9110

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

11 18152

marge linklist

HCL,

2353

what is const volatile?

2 4500

convert 12345 to 54321 withoutusing strig

5 9382

simple c program for 12345 convert 54321 with out using string

TCS,

7 20970

could u able to tell about suresoft technical session

1 4529

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

4 18710

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 3078

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 19696

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 11040

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

2 5167

Is it possible to create recycle bin in mobiles?

2 4762

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

2 4573


Post New C Questions

Un-Answered Questions { C }

What is wild pointer in c with example?

768


What is the difference between strcpy() and memcpy() function in c programming?

838


Write a program to print ASCII code for a given digit.

876


Explain setjmp()?

814


How many levels of pointers have?

785


What is the correct code to have following output in c using nested for loop?

812


explain how do you use macro?

890


Is null valid for pointers to functions?

839


What is the difference between the local variable and global variable in c?

708


Function calling procedures? and their differences? Why should one go for Call by Reference?

815


Why dont c comments nest?

817


What is "Hungarian Notation"?

830


How can I call a function with an argument list built up at run time?

894


What is a volatile keyword in c?

881


What is the usage of the pointer in c?

808