What is omp_num_threads?
No Answer is Posted For this Question
Be the First to Post Answer
What are the salient features of c languages?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
How is null defined in c?
what are enumerations in C
Explain how do you list a file’s date and time?
What is the memory allocated by the following definition ? int (*x)();
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Why is c known as a mother language?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,