What is the newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
what are non standard function in c
can a union be self-referenced?
wt is d full form of c
string reverse using recursion
what is the difference between malloc() and calloc() function?
Explain how do you declare an array that will hold more than 64kb of data?
Can we write a program without main() function?
how many errors in c explain deply
what are the uses of structure?
what is the hexidecimal number of 4100?
Explain the difference between struct and union.