What is extern variable in c with example?
write a function for strtok()??
Tell me what is null pointer in c?
without a terminator how can we print a message in a printf () function.
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
What are the various topologies? Which one is the most secure?
How many levels of pointers have?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What language is c written?
What is conio h in c?
Is array a primitive data type in c?
What is the use of volatile?
what is the function of pragma directive in c?