What are variables c?
No Answer is Posted For this Question
Be the First to Post Answer
What is %d called in c?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
What is the purpose of 'register' keyword?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is array of structure in c programming?
Explain why c is faster than c++?
How can you find the day of the week given the date?
What is the difference between void main() and void main (void) give example programme?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
How do you search data in a data file using random access method?