How are pointers declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between a free-standing and a hosted environment?
How we can set and clear bit in a byte using macro function?
Write a code to remove duplicates in a string.
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Which is better malloc or calloc?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
what are the stages of compilation
What is a structure in c language. how to initialise a structure in c?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)