What is I ++ in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
write a program whose output will be- 1 12 123 1234
Why is a semicolon (;) put at the end of every program statement?
What are 'near' and 'far' pointers?
Explain bit masking in c?
What are # preprocessor operator in c?
How can I copy just a portion of a string?
Explain what are its uses in c programming?
code for bubble sort?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82