Is that possible to add pointers to each other?
Which is the memory area not included in C program? give the reason
What is nested structure with example?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
write a program to find the given number is prime or not
Define and explain about ! Operator?
What is the difference between local variable and global variable in c?
How would you rename a function in C?
Why is %d used in c?
Explain what is the purpose of "extern" keyword in a function declaration?
How pointer is different from array?
Why do we need arrays in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
The difference between printf and fprintf is ?