simple program of graphics and thier outpu display with a want what is out put of graohics in c language
1 3739An entire structure variable can be assigned to another structure variable if __________
Sasken, TCS, Tech Mahindra, Wipro,
3 22683Give the logic for this
#include
How the c program is executed?
What are static variables in c?
What is masking?
How can you find out how much memory is available?
What are high level languages like C and FORTRAN also known as?
Differentiate between full, complete & perfect binary trees.
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are the restrictions of a modulus operator?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain what are reserved words?
Explain what standard functions are available to manipulate strings?
What are the types of i/o functions?
What are pointers? What are different types of pointers?
What does c mean before a date?
What is sizeof int in c?