What are the types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How can you increase the size of a statically allocated array?
write a programe to find the factorial of given number using recursion
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is strcmp in c?
an algorithem for the implementation of circular doubly linked list
Why can’t constant values be used to define an array’s initial size?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Can we compile a program without main() function?
How can I allocate arrays or structures bigger than 64K?