DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents ccc

(Test) C Language Objective Type Questions Page 1 Submitted by guru on Fri, 2009-01-30 10:46 in y y y y FAQ Interview Online Test & Contest C Test : C Language Objective…

Documents c and Data Structures

C and DATA STRUCTURES 1)What will be the value of z in the end int z,x=5,y=-10,a=4,b=2; z = x++ - --y * b / a; 1)5 2)6 3)10 4)12 2)int testarray[3][2][2] = {1, 2, 3, 4, 5,…