How old is c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What are keywords c?
Why can arithmetic operations not be performed on void pointers?
What functions are in conio h?
Why do we use namespace feature?
what is the difference between 123 and 0123 in c?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What is the usage of the pointer in c?
How to set a variable in the environment list?
What does nil mean in c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What is ctrl c called?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?