Is there any demerits of using pointer?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
Differentiate between calloc and malloc.
Where are some collections of useful code fragments and examples?
Write a program which returns the first non repetitive character in the string?
what is an array
Tell us bitwise shift operators?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
write function to reverse char array ... without using second array
Write a program using bitwise operators to invert even bits of a given number.
void main() { int i=5; printf("%d",i+++++i); }
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?