how does the C compiler interpret the following two
statements
p=p+x;
q=q+y;
a. p=p+x;
q=q+y
b. p=p+xq=q+y
c. p=p+xq;
q=q+y
d. p=p+x/q=q+y
Answers were Sorted based on User's Feedback
Explain how do you declare an array that will hold more than 64kb of data?
Write a code to remove duplicates in a string.
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
What is difference between function overloading and operator overloading?
what is constant pointer?
how to find the sizof of any datatype using bit manipulations
what is the basis for selection of arrays or pointers as data structure in a program
why we shiuld use main keyword in C
Is fortran still used in 2018?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Differentiate between declaring a variable and defining a variable?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,