How many levels of indirection in pointers can you have in a single declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Explain the difference between null pointer and void pointer.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How is null defined in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
How to explain the final year project as a fresher please answer with sample project
What are directives in c?
What is output redirection?
What is uint8 in c?
write a c program to check weather a particluar bit is set or not?