How does sizeof know array size?
No Answer is Posted For this Question
Be the First to Post Answer
What is null character in c?
What is a protocol in c?
What is the difference between exit() and _exit() function in c?
Why we use void main in c?
Why c language is called c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
difference between spiral and waterfall model
how do you redirect stdout value from a program to a file?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
Tell me the use of bit field in c language?
What is s or c?