What do mean by network ?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
how to swap 2 numbers in a single statement?
String concatenation
How can I convert integers to binary or hexadecimal?
How can variables be characterized?
What does calloc stand for?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what is function pointer?
What does main () mean in c?
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.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?