Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

how can i include my own .h file EX:- alex.h like #include, rather than #include"alex.h"

1 3498

how i m write c program 1.check prime number 2.prime number series

1 4035

main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

Cisco,

1 9022

write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

ADP,

2127

write a program to find lcm and hcf of two numbers??

1 5654

1. What will be the output of the following programs. a) #include Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

CSC,

7 10025

what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 3405

what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 6022

What is that continue statement??

4 5915

find the minimum of three values inputted by the user

3 6416

write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 6788

Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

3396

is forign key will be unique key any table or not?

2 4204

can we declare a variable in different scopes with different data types? answer in detail

TCS,

3 5556

An array name contains base address of the array. Can we change the base address of the array?

NMIMS, Wipro,

4 13959


Post New C Questions

Un-Answered Questions { C }

Write a program in c to replace any vowel in a string with z?

1177


Explain how can I pad a string to a known length?

1257


What tq means in chat?

1177


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1157


Explain bit masking in c?

1195


Explain the priority queues?

1141


Differentiate between full, complete & perfect binary trees.

1176


What is the best style for code layout in c?

1148


Why malloc is faster than calloc?

1125


How do I use void main?

1149


What is an expression?

1110


What is binary tree in c?

1139


What is actual argument?

1103


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

2127


Why is c called a structured programming language?

1336