Is null a keyword in c?


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

Post New Answer

More C Interview Questions

What is a loop?

0 Answers  


What is the data segment that is followed by c?

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


What do you understand by normalization of pointers?

0 Answers  






How does free() know how many bytes to free?

8 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


What is memcpy() function?

0 Answers  


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


What are the types of data types and explain?

0 Answers  


Categories