Pages
(Move to ...)
▼
Thursday, July 16, 2015
C Language Programs
›
C Language Programs 1.void main() { int const * p=5; printf("%d",++(*p)); } Answer: Compiler error: Cannot modify a const...
1 comment:
ENGLISH SYNONYMS
›
SYNONYMS Admonish= usurp Adhesive = tenacious, sticky, glue, gum, bonding agent Alienate = estrange Bileaf = big screen, big shot, bi...
1 comment:
C LANGUAGE PROGRAMS BITS
›
C LANGUAGE PROGRAMS BITS 1. The recurrence relation that arises in relation with the complexity of binary search is a. T(n)=T(n/2)+k, whe...
1 comment:
‹
›
Home
View web version