Explain zero based addressing.
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can you determine the size of an allocated portion of memory?
how should functions be apportioned among source files?
What type of function is main ()?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Explain heap and queue.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
How does #define work?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Write a program to print prime nums from 1-20 using c programing?
Explain output of printf("Hello World"-'A'+'B'); ?