Why is c used in embedded systems?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is a pointer in c?
State two uses of pointers in C?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is the best organizational structure?
Is c compiled or interpreted?
code for bubble sort?
What are lookup tables in c?
What is a class c rental property?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }