What is advantage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages of a macro over a function?
How can you convert integers to binary or hexadecimal?
how to swap 4 number without using temporary number?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
implement NAND gate logic in C code without using any bitwise operatior.
Why dont c comments nest?
FILE PROGRAMMING
how the compiler treats any volatile variable?Explain with example.
What is variable in c example?
what is an inline function?
how to write hello word without using semicolon at the end?
Are there namespaces in c?