What is c programming structure?
No Answer is Posted For this Question
Be the First to Post Answer
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
What is the use of header files?
How can you avoid including a header more than once?
What is the purpose of clrscr () printf () and getch ()?
Write a program in c to replace any vowel in a string with z?
Are bit fields portable?
What is structure pointer in c?
What is masking?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is sizeof array?
Write the Program to reverse a string using pointers.
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }