Explain Basic concepts of C language?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it important to memset a variable, immediately after allocating memory to it ?
When should a far pointer be used?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
please give me some tips for the placement in the TCS.
Can a pointer be null?
What are the types of bitwise operator?
a c code by using memory allocation for add ,multiply of sprase matrixes
Do variables need to be initialized?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Why can’t constant values be used to define an array’s initial size?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What are the different types of linkage exist in c?