Dont ansi function prototypes render lint obsolete?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
How does memset() work in C?
How can I change their mode to binary?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
i want to know the procedure of qualcomm for getting a job through offcampus
Write a small C program to determine whether a machine's type is little-endian or big-endian.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
p*=(++q)++*--p when p=q=1 while(q<=6)
Write the Program to reverse a string using pointers.
how can use subset in c program and give more example
what is event driven software and what is procedural driven software?