What is a pointer on a pointer in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
What is s or c?
What is page thrashing?
What are the two forms of #include directive?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
hat is a pointer?
write a own function to compare two strings with out using stringcomparition function?
Is there any data type in c with variable size?
What is the meaning of typedef struct in c?
what is the meaning of 'c' language
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain which function in c can be used to append a string to another string?