printf("%d",(printf("Hello")); What it returns?
Answer Posted / bhavesh kashikar
072
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
What does 3 mean in texting?
Explain is it valid to address one element beyond the end of an array?
What is meant by 'bit masking'?
What is the function of multilevel pointer in c?
All technical questions
What is pointers in c?
Differentiate Source Codes from Object Codes
What is mean by data types in c?
List some of the dynamic data structures in C?
Can an array be an Ivalue?
What are c identifiers?
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
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is the difference between fread and fwrite function?