a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation
a) circular
b) ordinary
c) array
d) linear list
What is the use of getchar functions?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How can you be sure that a program follows the ANSI C standard?
How many types of operator or there in c?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is the -> in c?
Explain the use of 'auto' keyword
Explain modulus operator.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
Why is a semicolon (;) put at the end of every program statement?