How pointer is different from array?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is meant by errors and debugging?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is the purpose of sprintf?
Why is a semicolon (;) put at the end of every program statement?
What is the use of void pointer and null pointer in c language?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Write a program in c to print * * * * * *******
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
Difference between strcpy() and memcpy() function?