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

enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 4172

whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 3469

what are the advantage and disadvantage of recursion

5 52712

write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 3926

Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 5353

write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 9438

Prove or disprove P!=NP.

Microsoft,

5 7929

Write a C program to convert an integer into a binary string?

1 7508

What is Dynamic Initialization.

3 5820

what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 6724

write a c program to print "Welcome" without using semicolon in the whole program ??

Infosys, TCS,

15 26091

write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

Xavient,

6 11308

write a program to remove occurrences the word from entered text?

1 12439

Without Computer networks, Computers will be half the use. Comment.

2300

What are the various topologies? Which one is the most secure?

2 8879


Post New C Questions

Un-Answered Questions { C }

how to execute a program using if else condition and the output should enter number and the number is odd only...

2302


What is wrong with this code?

1185


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2321


What is meant by gets in c?

1189


Do character constants represent numerical values?

1346


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5237


Why is not a pointer null after calling free?

1024


What is the difference between local variable and global variable in c?

1236


What is malloc and calloc?

1056


How can I implement sets or arrays of bits?

1047


What is keyword with example?

1066


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2589


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

2044


Explain what math functions are available for integers? For floating point?

1114


What is difference between %d and %i in c?

1241