Can a variable be both static and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Why is c fast?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Explain what is the best way to comment out a section of code that contains comments?
Is c easy to learn?
Tell me what is null pointer in c?
Explain the Difference between the New and Malloc keyword.
What is the difference between new and malloc functions?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
write a c program for swapping two strings using pointer
can any one tel me wt is the question pattern for NIC exam
4. main() { int c=- -2; printf("c=%d",c); }