How many levels of pointers have?


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

Post New Answer

More C Interview Questions

What is else if ladder?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


What is the c value paradox and how is it explained?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,






What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


Write a program to find the given number is odd or even without using any loops(if,for,do,while)

4 Answers   CNC, Gokul,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


How can I split up a string into whitespace-separated fields?

0 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


What is the easiest sorting method to use?

0 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


Categories