Which is better oop or procedural?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better pointer or array?
What is a struct c#?
When do we get logical errors?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
if we take a number as a char then can we manipulate(add, subtract) on this number
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
Write a c program using for loop in switch case?
Disadvantages of C language.
When we use void main and int main?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Can we initialize extern variable in c?