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

write a program to print the all 4digits numbers & whose squares must me even numbers?

Virtusa,

2 6960

What is the main differences between C and Embedded C?

9 61012

Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 10753

We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

NIIT,

4 11526

How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

NIIT,

4 11119

what are advantages of U D F?

Google,

1 3082

hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1924

Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 5778

Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 3771

Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 5042

print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

IBM,

7 14392

Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

HCL,

7 13685

C program to find all possible outcomes of a dice?

2414

C program to find frequency of each character in a text file?

6 38018

write a own function for strstr

LG Soft,

1 12112


Post New C Questions

Un-Answered Questions { C }

What is typedef?

1512


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5509


Why is c faster?

1190


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1514


What should malloc(0) do?

1192


please give me some tips for the placement in the TCS.

2163


What does the characters “r” and “w” mean when writing programs that will make use of files?

1549


What is the difference between typedef and #define?

1118


Why isnt any of this standardized in c?

1134


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1930


Write a program to generate random numbers in c?

1160


What is the role of this pointer?

1134


What is merge sort in c?

1116


What are predefined functions in c?

1157


How many header files are in c?

1070