What are the types of type qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between malloc() and calloc() function in c language?
Explain what are header files and explain what are its uses in c programming?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
What is restrict keyword in c?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
Why is main function so important?
What is variable initialization and why is it important?
how to swap four numbers without using fifth variable?
What does char * * argv mean in c?
What is the acronym for ansi?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
How do I send escape sequences to control a terminal or other device?