What is the function of volatile in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is diffrance between declaration and defination of a variable or function
Explain 'bus error'?
what is used instead of pointers in java than c?
How are Structure passing and returning implemented by the complier?
What is the difference between array and pointer?
How is null defined in c?
Find occurence of a character in a sting.
What are global variables and how do you declare them?
ABCDCBA ABC CBA AB BA A A
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are the complete rules for header file searching?