What is c basic?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


What are comments and how do you insert it in a C program?

0 Answers  


What is structure padding and packing in c?

0 Answers  


What is that continue statement??

4 Answers  


what is an ERP?

2 Answers   Infotech,






Can a variable be both static and volatile in c?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


Differentiate between ordinary variable and pointer in c.

0 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


Categories