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 4171

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 3467

what are the advantage and disadvantage of recursion

5 52710

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 3925

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 9434

Prove or disprove P!=NP.

Microsoft,

5 7927

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

1 7504

What is Dynamic Initialization.

3 5817

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

3 6717

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

Infosys, TCS,

15 26078

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

Xavient,

6 11306

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

1 12433

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

2300

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

2 8876


Post New C Questions

Un-Answered Questions { C }

What is the -> in c?

1014


write a program to generate address labels using structures?

4576


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2869


What is the argument of a function in c?

1053


What is #define used for in c?

1064


What is a char c?

1043


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3725


Explain what are linked list?

1045


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

3122


Why main is not a keyword in c?

1255


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1098


What are the functions to open and close file in c language?

1203


What is static identifier?

1224


Why is event driven programming or procedural programming, better within specific scenario?

2431


How is actual parameter different from the formal parameter?

1026