Is linux written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c method?
Describe newline escape sequence with a sample program?
program for swapping two strings by using pointers in c language
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
a 'c' program to tell that the set of three coordinates lie on a same line
Explain how can a program be made to print the line number where an error occurs?
How can I convert integers to binary or hexadecimal?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Explain what are the different file extensions involved when programming in c?
Why do we use null pointer?
what is the use of fflush() function?