How are Structure passing and returning implemented by the complier?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the scope of static variable in c?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What's the difference between calloc() and malloc()?
What is structure packing in c?
What is scanf_s in c?
Explain indirection?
explain memory layout of a C program
What is the right way to use errno?
What is the difference between GETS();AND SCANF();
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is structure padding ?