Why is structure padding done in c?
What are nested functions in c?
What does 3 periods mean in texting?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
Define the scope of static variables.
What is masking?
What is #define?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Why can't we initialise member variable of a strucutre
Write a program for deleting duplicate elements in an array
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
C program to find frequency of each character in a text file?
Compare array data type to pointer data type