Write a program to reverse a string.
Are enumerations really portable?
Explain the concept of "dangling pointers" in C.
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are the different types of data structures in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain the concept and use of type void.
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is a function simple definition?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
how write a addtion of two single dimensional array using of pointer in c language?
Why is c fast?