What are volatile variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
a=5 a=a++/++a
Is swift based on c?
Are global variables static in c?
Can variables be declared anywhere in c?
What is strcpy() function?
Is it possible to run a c program without using main?If yes HOW??
Is there any book to know about Basics of C Language?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
#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 bit rate & baud rate? plz give wave forms
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
How does the assert() function work?