How are pointers declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I write a function analogous to scanf?
Who is the main contributor in designing the c language after dennis ritchie?
why the execution starts from main function
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Why header files are used?
Are the expressions * ptr ++ and ++ * ptr same?
Is file a keyword in c?
What is the difference between union and structure in c?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
Is there any book to know about Basics of C Language?
Explain what is meant by high-order and low-order bytes?
Explain how can I remove the trailing spaces from a string?