What is wild pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c so powerful?
What is clrscr ()?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How will you write a code for accessing the length of an array without assigning it to another variable?
Two's compliment of -5
Can we assign string to char pointer?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
What is the scope of local variable in c?
Write a programe print the sum of series 0,1,2,.....10