which is conditional construct
a) if statement
b) switch statement
c) while/for
d) goto
pascal triangle program
Is it possible to have a function as a parameter in another function?
Why do we use static in c?
What is spaghetti programming?
Is there any demerits of using pointer?
about c language
what do u mean by Direct access files? then can u explain about Direct Access Files?
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
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"
in linking some of os executables are linking name some of them
print a "hello" word without using printf n puts in c language