What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does void main () mean?
What is #include called?
What is sizeof in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is anything faster than c?
Explain how do you print an address?
please explain every phase in the "SDLC" in the dotnet.
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.
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Describe how arrays can be passed to a user defined function
difference between malloc and calloc