C Interview Questions
Questions Answers Views Company eMail

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

Ignou,

1694

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 4913

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

4 8165

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

2 15835

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

Infosys,

9 21669

to find the closest pair

Infosys,

1816

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

2 4803

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 3612

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

Wipro,

1 5171

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 4438

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

NSPL,

1 5219

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

Yahoo,

9 16984

with out using main how to execute the program?

2 4436

how to find the given number is prime or not?

IMS, ING,

6 7508

how to execute with out main in cprogram

Infosys,

15 16633


Post New C Questions

Un-Answered Questions { C }

Difference between macros and inline functions? Can a function be forced as inline?

702


Which header file is used for clrscr?

571


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

797


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

602


Explain output of printf("Hello World"-'A'+'B'); ?

968






Write a Program to accept different goods with the number, price and date of purchase and display them

5432


Do array subscripts always start with zero?

774


What is the difference between c &c++?

641


Do character constants represent numerical values?

833


What are the types of assignment statements?

622


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1855


What is variable declaration and definition in c?

493


Explain how to reverse singly link list.

601


Explain bit masking in c?

630


Do you know what are the properties of union in c?

577