what is ans for this
scanf(%%d",c);
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What is diffrance between declaration and defination of a variable or function
What is the meaning of int *x[]();?
What is dangling pointer in c?
Who invented bcpl language?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can you call a function, given its name as a string?
Binary tree traversing
What is the maximum length of an identifier?
What is local and global variable in c?
. Write a program to get a string and to convert the 1st letter of it to uppercase
How can you check to see whether a symbol is defined?