Explain what is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a const pointer?
What is nested structure?
What is a header file?
What are conditional operators in C?
Explain what are linked list?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Where are some collections of useful code fragments and examples?
write a program to copy the string using switch case?
Explain what is wrong with this program statement? Void = 10;
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above