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
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Write a program to print ASCII code for a given digit.
What is console in c language?
What is class and object in c?
write a program to add two numbers of any size.....(remember any size)
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is the right type to use for boolean values in c? Is there a standard type?
can we have joblib in a proc ?
write a string copy function routine?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,