What is null character in c?


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

Post New Answer

More C Interview Questions

How can I remove the leading spaces from a string?

0 Answers  


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  


What is union in c?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  






Differentiate between functions getch() and getche().

0 Answers  


who will call your main function in c under linux?

2 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


What was noalias and what ever happened to it?

0 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


why i join syntel?

23 Answers   ABC, Syntel, TCS,


Categories