What are the 5 organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of static variables in c language?
Why the use of alloca() is discouraged?
in iso what are the common technological language?
can anyone please tell about the nested interrupts?
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20
write a c program to store and print name,address,roll.no of a student using structures?
What is the newline escape sequence?
how will you write a program on linked lists using JAVA programming???????????
Can a variable be both static and volatile in c?
Whats s or c mean?
What is the hardest programming language?
What are volatile variables in c?