C Interview Questions
Questions Answers Views Company eMail

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

Ignou,

1692

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 4899

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

4 8149

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

2 15808

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

Infosys,

9 21640

to find the closest pair

Infosys,

1812

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

2 4791

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 3595

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

Wipro,

1 5151

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 4430

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

NSPL,

1 5211

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

Yahoo,

9 16963

with out using main how to execute the program?

2 4427

how to find the given number is prime or not?

IMS, ING,

6 7488

how to execute with out main in cprogram

Infosys,

15 16603


Post New C Questions

Un-Answered Questions { C }

Is c# a good language?

596


How can you be sure that a program follows the ANSI C standard?

1111


How can variables be characterized?

1633


What are the advantages of using Unions?

637


Can static variables be declared in a header file?

606






How to set file pointer to beginning c?

651


What is the difference between array and pointer?

558


When should structures be passed by values or by references?

570


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

749


What is the maximum length of an identifier?

655


When should we use pointers in a c program?

616


Explain spaghetti programming?

676


why do some people write if(0 == x) instead of if(x == 0)?

641


What functions are used in dynamic memory allocation in c?

580


Write a program to print factorial of given number using recursion?

592