what is the difference between NULL('\0') and 0?
Answer Posted / sri
null(\0) is used for strings,and there is difference
between \0 and 0.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Which is more efficient, a switch statement or an if else chain?
Write a Program to accept different goods with the number, price and date of purchase and display them
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
please give me some tips for the placement in the TCS.
Explain output of printf("Hello World"-'A'+'B'); ?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain the advantages of using macro in c language?
What is a static variable in c?
What do you mean by Recursion Function?
Explain what are the __date__ and __time__ preprocessor commands?
The statement, int(*x[]) () what does in indicate?
develop algorithms to add polynomials (i) in one variable
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is static identifier?