which of the following statement is wrong
a) mes=123.56;
b) con='T'*'A';
c) this='T'*20;
d) 3+a=b;
No Answer is Posted For this Question
Be the First to Post Answer
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Explain how do you generate random numbers in c?
the question is that what you have been doing all these periods (one year gap)
what is purpose of fflush(stdin) function
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What library is sizeof in c?
How would you obtain the current time and difference between two times?
Why is it that not all header files are declared in every C program?
What are the difference between a free-standing and a hosted environment?
What is a good data structure to use for storing lines of text?
write a program of palindrome(madam=madam) using pointer?
Q-1: 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.