Why is c called c?


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

Post New Answer

More C Interview Questions

What is the code in while loop that returns the output of given code?

0 Answers  


What is a void pointer in c?

0 Answers  


What is #error and use of it?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  






send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


How can you access memory located at a certain address?

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


What are the 4 types of unions?

0 Answers  


Categories