What is time complexity c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are run-time errors?
define switch statement?
Explain About fork()?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
what is available in C language but not in C++?
10 Answers CTS, TCS,
What is function pointer c?
what is ans for this scanf(%%d",c);
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
can you change name of main()?how?
write a prgram of swapping with 2 valiables
Is swift based on c?