what is a NULL Pointer? Whether it is same as an uninitialized pointer?


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

Post New Answer

More C Interview Questions

What is a structure in c language. how to initialise a structure in c?

0 Answers  


What is the value of c?

0 Answers  


What are the preprocessor categories?

0 Answers  


program to find the roots of a quardratic equation

1 Answers  


What is string function in c?

0 Answers  






1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)

12 Answers   Eskom, TCS,


Explain argument and its types.

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


How to declare a variable?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Categories