What are the back slash character constants or escape sequence charactersavailable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to set file pointer to beginning c?
What is int main () in c?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
What is the difference between functions abs() and fabs()?
What is the benefit of using #define to declare a constant?
Do array subscripts always start with zero?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
difference between c and c++?
How we can set and clear bit in a byte using macro function?
What is sizeof c?
What is void c?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,