What is c definition?


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

Post New Answer

More C Interview Questions

Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


What is pointer and structure in c?

0 Answers  


What is infinite loop?

0 Answers  


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  






how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


wats SIZE_T meant for?

1 Answers  


Do pointers take up memory?

0 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


How to set a variable in the environment list?

1 Answers  


What is data type long in c?

0 Answers  


What does 4d mean in c?

0 Answers  


Categories