can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
1 3432In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
5 7626
How do you do dynamic memory allocation in C applications?
How do you write a program which produces its own source code as output?
Here is a good puzzle: how do you write a program which produces its own source code as output?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is operator precedence?
Can you please explain the difference between syntax vs logical error?
What is calloc() function?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How can you increase the allowable number of simultaneously open files?
Write a program for finding factorial of a number.
What is a function in c?
Can you write the function prototype, definition and mention the other requirements.
What is gets() function?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset