Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

C Interview Questions
Questions Answers Views Company eMail

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

Ignou,

1572

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 4517

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

4 7721

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

2 14628

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

Infosys,

9 20006

to find the closest pair

Infosys,

1685

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

2 4496

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 3353

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

Wipro,

1 4911

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 4159

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

NSPL,

1 4963

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

Yahoo,

9 16202

with out using main how to execute the program?

2 4172

how to find the given number is prime or not?

IMS, ING,

6 6976

how to execute with out main in cprogram

Infosys,

15 15522


Post New C Questions

Un-Answered Questions { C }

Explain about the constants which help in debugging?

582


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

495


Who invented b language?

741


Why is c called c?

481


What is a structure and why it is used?

496






How does #define work?

508


What is the modulus operator?

536


What is a null pointer in c?

474


Explain the advantages and disadvantages of macros.

491


What are the complete rules for header file searching?

514


How can a process change an environment variable in its caller?

501


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

508


Who is the founder of c language?

546


What is pointer to pointer in c language?

457


Why do we use stdio h and conio h?

481