how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
2 5157what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
2 4683How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
1 6188what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
IBM,
10 17147int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
3 5445
Is register a keyword in c?
What is queue in c?
What are data types in c language?
How can you find the exact size of a data type in c?
How does normalization of huge pointer works?
What is data type long in c?
What is wrong with this initialization?
How main function is called in c?
What are the basic data types associated with c?
Explain zero based addressing.
Write a program of advanced Fibonacci series.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain 'bit masking'?
What is static function in c?
Explain how can I convert a number to a string?