What are the features of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What is a lvalue
What is s or c?
What is clrscr ()?
Which header file is used for clrscr?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
How to write a code for reverse of string without using string functions?
Why clrscr is used after variable declaration?
How can I find the modification date of a file?
Bit swapping