The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
how to construct a simulator keeping the logical boolean gates in c
What is meant by keywords in c?
what is different between auto and local static? why should we use local static?
Explain spaghetti programming?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Why we write conio h in c?
write a program to find out prime number using sieve case?
What are loops in c?
Why do we use main function?
Can we access the array using a pointer in c language?
What is struct node in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain how do you determine a file’s attributes?
How will you delete a node in DLL?