The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the use of the restrict keyword?
What is pointer & why it is used?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
what is an inline fuction??
What is the best organizational structure?
What does %d do?
What are the disadvantages of external storage class?
What is modeling?
Can a function argument have default value?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Explain data types & how many data types supported by c?
What is putchar() function?