What are the different data types in C?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program with dynamically allocation of variable.
What are void pointers in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Where register variables are stored in c?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
how to sort two array of characters and make a new array of characters.
Is r written in c?
what will happen if you free a pointer twice after allocating memory dynamically ?
Which is best linux os?
Explain what is a pragma?