Explain zero based addressing.
No Answer is Posted For this Question
Be the First to Post Answer
How can you read a directory in a C program?
ABCDCBA ABC CBA AB BA A A
who is first prime minister in india??
can we declare a variable in different scopes with different data types? answer in detail
Difference between exit() and _exit() function?
What is data structure in c programming?
What is the mean of function?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What are enums in c?
When should a far pointer be used?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0