What is the difference between NULL and NUL?


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

Post New Answer

More C Interview Questions

size maximum allocated by calloc()

3 Answers   DELL,


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


character array A[12] can hold

5 Answers   Wipro,


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What are shell structures used for?

0 Answers  






What is the use of volatile?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


How does selection sort work in c?

0 Answers  


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


Categories