What is adt in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is a double c?
What is the difference between printf and scanf )?
What is a null string in c?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
Is calloc better than malloc?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain how do you view the path?
What does typedef struct mean?
How are portions of a program disabled in demo versions?
What are the advantages of using new operator as compared to the function malloc ()?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.