What is equivalent to ++i+++j?
No Answer is Posted For this Question
Be the First to Post Answer
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
how to print this sereis 2 4 3 6 5..........?
hi any body pls give me company name interview conduct "c" language only
What do you mean by keywords in c?
What is scope and lifetime of a variable in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
marge linklist
What are different storage class specifiers in c?
in linking some of os executables are linking name some of them
Can stdout be forced to print somewhere other than the screen?