What is static memory allocation?
No Answer is Posted For this Question
Be the First to Post Answer
What is modifier & how many types of modifiers available in c?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is a stream in c programming?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What does the file stdio.h contain?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
wat are the two methods for swapping two numbers without using temp variable??
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is a const pointer in c?
What is a structure and why it is used?
main() { printf("hello"); fork(); }