can any one tel me wt is the question pattern for NIC exam
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of f in c?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Why double pointer is used in c?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is non linear data structure in c?
why integer range between -327680to+32767
how can be easily placed in TCS.
Explain what are preprocessor directives?
write a own function for strstr
Is c is a procedural language?
Explain what are the different file extensions involved when programming in c?