Where register variables are stored in c?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
what is dangling pointer?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is the purpose of sprintf?
If the static variable is declared as global, will it be same as extern?
declare afunction pointer to int printf(char *)?
What is #define size in c?
which one is better structure or union?(other than the space occupied )
What's wrong with "char *p; *p = malloc(10);"?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
write a program to print calender using for loop.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"