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

Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

3433

What is the difference between void main() and void main (void) give example programme?

2032

What is the proper way of these job Tell me about there full work

EDS,

1831

Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

3585

write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 3388

What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 2851

main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

Vector,

8 24039

The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

1885

Write a program that receives as input a number omaadel-n-print, four digits.

1855

Table of Sudoku n*n

2000

Magic square

2101

Eight queens puzzle

1949

Write a program that his output * *** *****

1 2834

Write a program that his output 1 12 123

1878

A program to write a number of letters and numbers, such as counting and display

1862


Post New C Questions

Un-Answered Questions { C }

What is extern variable in c with example?

1053


What is string length in c?

1156


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2243


How is actual parameter different from the formal parameter?

1059


Explain the meaning of keyword 'extern' in a function declaration.

1203


What are the disadvantages of a shell structure?

1418


What is external variable in c?

1093


Why do we use static in c?

1174


explain what is a newline escape sequence?

1132


How arrays can be passed to a user defined function

1069


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2124


What is output redirection?

1273


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1779


Differentiate between ordinary variable and pointer in c.

1250


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1287