WHAT IS C?

Answer Posted / siddhartha mukherjee

C is the third letter of english alphabet

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1995


What is the correct declaration of main?

665


What are unions in c?

568


How many levels of indirection in pointers can you have in a single declaration?

587


Do you have any idea about the use of "auto" keyword?

656






Explain what is the difference between a free-standing and a hosted environment?

626


Explain threaded binary trees?

668


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

800


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2327


What is a #include preprocessor?

603


Who developed c language and when?

571


How can I do peek and poke in c?

609


What is s or c?

584


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1341


What does the && operator do in a program code?

686