Explain a pre-processor and its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
What is c standard library?
How can I run c program?
plz let me know how to become a telecom protocol tester. thank you.
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Which programming language is best for getting job 2020?
Do you know the purpose of 'register' keyword?
YBJBU6
Explain output of printf("Hello World"-'A'+'B'); ?
Which built-in library function can be used to match a patter from the string?