Describe newline escape sequence with a sample program?
No Answer is Posted For this Question
Be the First to Post Answer
what is object oriental programing?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What is putchar() function?
what does " calloc" do?
Hi can anyone tell what is a start up code?
What are identifiers c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
can we access one file to one directory?
Why pointers are used in c?
code for concatination of 2 strings with out using library functions?