what is event driven software and what is procedural driven
software?
When do we get logical errors?
how to find a 5th bit is set in c program
Explain what is a 'locale'?
What are local variables c?
What are different types of operators?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Differentiate between a structure and a union.
prototype of sine function.
Write a program for Overriding.
Why do we use int main instead of void main in c?
Taking an example,differentiate b/w loader and linker ?