What is a static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the need of structure in c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
Why do we use null pointer?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
With the help of using classes, write a program to add two numbers.
how to write a data 10 in address location 0x2000
Do you know what are bitwise shift operators in c programming?
Explain the concept and use of type void.
What is wrong in this statement? scanf(“%d”,whatnumber);
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What will happen when freeing memory twice
How are strings stored in c?