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 C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 3351

Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

Infosys,

2 8349

How to convert decimal to binary in C using recursion??

HP, IBM,

4 16801

Write a C program where input is: "My name is xyz". output is: "xyz is name My".

TCS,

1 9359

Write a small C program to determine whether a machine's type is little-endian or big-endian.

nvidia,

5 12637

can v write main() { main(); } Is it true?

6 7635

Write a C program to find the smallest of three integers, without using any of the comparision operators.

TCS,

7 21815

Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

ME, Synfusion, Wipro,

2 9243

what is the difference between embedded c and turbo c ?

1 6160

Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5346

Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2316

what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 6122

what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 10991

c program to manipulate x=1+3+5+...+n using recursion

Wipro,

2 5527

c program to manipulate x=1!+2!+3!+...+n! using recursion

TCS,

1 6775


Post New C Questions

Un-Answered Questions { C }

What are register variables in c?

1016


Can a pointer be null?

1036


How do we declare variables in c?

1070


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1996


What are the advantage of c language?

1054


Is null valid for pointers to functions?

1178


What is typedef example?

1192


What is the use of define in c?

1064


How can I determine whether a machines byte order is big-endian or little-endian?

1067


What does void main return?

1129


What is s or c?

1066


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1953


How are portions of a program disabled in demo versions?

1298


What are the Advantages of using macro

1177


What is the best way to comment out a section of code that contains comments?

1346