C Interview Questions
Questions Answers Views Company eMail

can any one provide me the notes of data structure for ignou cs-62 paper

Ignou,

1740

WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 5028

main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 8300

main() { int a[10]; printf("%d",*a+1-*a+3); }

2 15990

write a program that will print %d in the output screen??

Infosys,

9 21959

to find the closest pair

Infosys,

1861

what is the difference between global variable & static variable declared out side all the function in the file.

2 4899

Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 3720

what is the similarities between. system call and library function?

Wipro,

1 5272

While compiling a c program,graphics header files are not including in my program..eg: ,what may be the problem...is there any environment settings exists.

2 4527

What is the difference between getch() and getche()?

NSPL,

1 5281

write a program to fined second smallest and largest element in a given series of elements (without sorting)

Yahoo,

9 17220

with out using main how to execute the program?

2 4504

how to find the given number is prime or not?

IMS, ING,

6 7690

how to execute with out main in cprogram

Infosys,

15 17023


Post New C Questions

Un-Answered Questions { C }

Explain what are header files and explain what are its uses in c programming?

667


What is difference between && and & in c?

641


What is the difference between int main and void main in c?

625


How do you generate random numbers in C?

700


What is the use of volatile?

662






Explain what is wrong with this program statement? Void = 10;

804


How can I implement sets or arrays of bits?

639


Is there any demerits of using pointer?

663


What is an array? What the different types of arrays in c?

688


Write a program to check armstrong number in c?

670


State two uses of pointers in C?

678


What is wrong with this program statement? void = 10;

861


Write a program to print numbers from 1 to 100 without using loop in c?

678


Why do we use int main instead of void main in c?

662


Why are all header files not declared in every c program?

638