what does ‘segmentation violation’ mean?
why should i select you?
is it possible to change the default calling convention in c ?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain what is a static function?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
write a program to generate 1st n fibonacci prime number
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
What is header file definition?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
How can you increase the size of a dynamically allocated array?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;