how many header file is in C language ?
College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
44 80908How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
2 9951Suppose 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 3651There 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 27577Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
5 9743
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
I need previous papers of CSC.......plz help out by posting them.......
What is meant by operator precedence?
Do you know what are bitwise shift operators in c programming?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Can you assign a different address to an array tag?
What is a stream water?
Define recursion in c.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are called c variables?
What is malloc return c?
What are global variables?
What is the use of linkage in c language?
will u please send me the placement papers to my mail???????????????????
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions