Can you assign a different address to an array tag?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any data type in c with variable size?
whitch value return void main?
How do shell structures work?
Between macros and functions,which is better to use and why?
explain what is a newline escape sequence?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
FILE PROGRAMMING
What does *p++ do?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is break in c?
what does " calloc" do?
how do you execute a c program in unix.