i want to know the procedure of qualcomm for getting a job
through offcampus
No Answer is Posted For this Question
Be the First to Post Answer
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What are examples of structures?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
what is pointer
without a terminator how can we print a message in a printf () function.
What are the applications of c language?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
what is purpose of fflush(stdin) function
Explain the use of keyword 'register' with respect to variables.
C,c++, Java is all are structural oriented or procedure oriented language..?
How to avoid buffer overflow?