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
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
how can I convert a string to a number?
Why we use break in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
how many times of error occur in C
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is meant by global static? why we have to use static variable instead of Global variable
Which is more efficient, a switch statement or an if else chain?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
WHOT IS CHAR?
what is pointer