Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
1760Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
5394what is the output of the following program?
#include
what is the output of the following program?
#include
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
3 23533What is the difference between constant pointer and pointer to a constant. Give examples.
TCS,
4 10842what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
4 6579what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
7 8885In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
4 5408
Can a function argument have default value?
What is a pragma?
What are all different types of pointers in c?
Write a program to swap two numbers without using third variable in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the best organizational structure?
How is null defined in c?
explain how do you use macro?
Can the size of an array be declared at runtime?
What are the standard predefined macros?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
please explain every phase in the "SDLC" in the dotnet.
What are Macros? What are its advantages and disadvantages?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250