hi , please send me NIC written test papers to
sbabavalli@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between break and continue?
What is c mainly used for?
What is difference between %d and %i in c?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What is a wrapper function in c?
What are the features of the c language?
What are data structures in c and how to use them?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Define Spanning-Tree Protocol (STP)
When would you use a pointer to a function?
what is pointer?
where do we use volatile keyword?