Define the scope of static variables.
No Answer is Posted For this Question
Be the First to Post Answer
Does free set pointer to null?
What is a function in c?
What standard functions are available to manipulate strings?
what is the use of bitfields & where do we use them?
What's the best way to declare and define global variables?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the difference between procedural and functional programming?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What is the difference between formatted&unformatted i/o functions?
What is declaration and definition in c?
Explain the use of 'auto' keyword