how many header file is in C language ?
College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
44 82206How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
2 10088Suppose 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);
1 3714There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 28046Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
5 9923
What is the correct code to have following output in c using nested for loop?
What are data types in c language?
In C language, a variable name cannot contain?
How was c created?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
in linking some of os executables are linking name some of them
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is a const pointer?
What is context in c?
application attempts to perform an operation?
If null and 0 are equivalent as null pointer constants, which should I use?
What is the difference between test design and test case design?
What is a nested loop?
can any one tel me wt is the question pattern for NIC exam
What are the advantages of union?