C program to find all possible outcomes of a dice?
No Answer is Posted For this Question
Be the First to Post Answer
Can a file other than a .h file be included with #include?
Explain what are header files and explain what are its uses in c programming?
Why do we use null pointer?
Why do we use stdio h and conio h?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What are the advantages of c preprocessor?
Explain built-in function?
Explain bit masking in c?
Are bit fields portable?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
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