How many keywords (reserve words) are in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of sprintf() function?
what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these
What do you mean by Recursion Function?
Combinations of fibanocci prime series
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What are the advantages of using linked list for tree construction?
#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 ؟؟؟
What are variables and it what way is it different from constants?
Write a C program to count the number of email on text
what is the use of macro program
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
what is the use of ~ in c lang?????