How many levels of pointers can you have?


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

Post New Answer

More C Interview Questions

how to create c progarm without void main()?

1 Answers   NIIT,


What are comments and how do you insert it in a C program?

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


Implement bit Array in C.

0 Answers   GrapeCity,


3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

0 Answers   TCS,






WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


Is it acceptable to declare/define a variable in a c header?

0 Answers  


What is const and volatile in c?

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


What is adt in c programming?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Categories